mirror of
https://github.com/EmulatorJS/EmulatorJS.git
synced 2026-02-06 11:17:36 +00:00
Fix Sega Genesis control scheme (#1124)
This commit is contained in:
parent
dfe9498bcd
commit
abaaa9d4bb
@ -2619,7 +2619,7 @@ class EmulatorJS {
|
||||
{ id: 17, label: this.localization("RIGHT D-PAD LEFT") },
|
||||
{ id: 16, label: this.localization("RIGHT D-PAD RIGHT") },
|
||||
];
|
||||
} else if (["segaCD", "sega32x"].includes(this.getControlScheme())) {
|
||||
} else if (["segaMD", "segaCD", "sega32x"].includes(this.getControlScheme())) {
|
||||
buttons = [
|
||||
{ id: 1, label: this.localization("A") },
|
||||
{ id: 0, label: this.localization("B") },
|
||||
|
||||
Loading…
Reference in New Issue
Block a user