mirror of
https://github.com/EmulatorJS/EmulatorJS.git
synced 2026-02-06 11:17:36 +00:00
fix psx mappings being incorrect
This commit is contained in:
parent
9bfa915370
commit
d0dc9c860e
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user