mirror of
https://github.com/EmulatorJS/EmulatorJS.git
synced 2026-02-06 11:17:36 +00:00
Fix down input on gamepad
This commit is contained in:
parent
4ae4d5c3bf
commit
27374b52d6
@ -3053,7 +3053,7 @@ class EmulatorJS {
|
||||
this.gameManager.simulateInput(i, 22, 0x7fff * e.value);
|
||||
this.gameManager.simulateInput(i, 23, 0);
|
||||
} else {
|
||||
this.gameManager.simulateInput(i, 23, 0x7fff * e.value);
|
||||
this.gameManager.simulateInput(i, 23, -0x7fff * e.value);
|
||||
this.gameManager.simulateInput(i, 22, 0);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user