fix psx mappings being incorrect

This commit is contained in:
Joe Thundercheeks 2025-10-20 00:08:45 -04:00 committed by GitHub
parent 9bfa915370
commit d0dc9c860e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2848,7 +2848,7 @@ class EmulatorJS {
{ id: 22, label: this.localization("R STICK DOWN") },
{ id: 21, label: this.localization("R STICK LEFT") },
{ id: 20, label: this.localization("R STICK RIGHT") },
];
];
} else {
buttons = [
{ id: 0, label: this.localization("B") },
@ -7266,4 +7266,4 @@ class EmulatorJS {
})
}
}
window.EmulatorJS = EmulatorJS;
window.EmulatorJS = EmulatorJS;