32x: add 6btn quirk

This commit is contained in:
notaz 2013-08-20 00:54:03 +03:00
parent eb35ce1506
commit a76fad4129
7 changed files with 33 additions and 8 deletions

View file

@ -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;