Skip to content

Commit

Permalink
Update IodineGBAJoyPadGlueCode.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Browncha023 authored Sep 10, 2021
1 parent a10bd1b commit 4eba262
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions user_scripts/IodineGBAJoyPadGlueCode.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
var keyZones = [
//Use this to control the key mapping:
//A:
[88, 74],
[88],
//B:
[90, 81, 89],
[90],
//Select:
[16],
//Start:
Expand All @@ -27,9 +27,9 @@ var keyZones = [
//Down:
[40],
//R:
[50],
[83],
//L:
[49]
[65]
];
function keyDown(e) {
var keyCode = e.keyCode | 0;
Expand Down Expand Up @@ -77,4 +77,4 @@ function keyUpPreprocess(e) {
//Control keys / other
keyUp(keyCode);
}
}
}

0 comments on commit 4eba262

Please sign in to comment.