Fix Sega Genesis control scheme (#1124)

This commit is contained in:
Mikhail Vazhnov 2025-10-29 14:59:04 +03:00
parent dfe9498bcd
commit abaaa9d4bb
No known key found for this signature in database
GPG Key ID: 8462FF30A8B9895C

View File

@ -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") },