mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
32x: add 6btn quirk
This commit is contained in:
parent
eb35ce1506
commit
a76fad4129
7 changed files with 33 additions and 8 deletions
|
@ -444,6 +444,10 @@ int emu_reload_rom(const char *rom_fname_in)
|
|||
break;
|
||||
}
|
||||
|
||||
// make quirks visible in UI
|
||||
if (PicoQuirks & PQUIRK_FORCE_6BTN)
|
||||
currentConfig.input_dev0 = PICO_INPUT_PAD_6BTN;
|
||||
|
||||
menu_romload_end();
|
||||
menu_romload_started = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue