mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-01-27 02:04:43 +01:00
Fixed pad detection also when loading a per-game .cfg file
This commit is contained in:
parent
d57772530f
commit
967a4e17b8
@ -600,6 +600,9 @@ int emu_reload_rom(const char *rom_fname_in)
|
||||
}
|
||||
else
|
||||
{
|
||||
PicoSetInputDevice(0, currentConfig.input_dev0);
|
||||
PicoSetInputDevice(1, currentConfig.input_dev1);
|
||||
|
||||
system_announce();
|
||||
PicoIn.opt &= ~POPT_DIS_VDP_FIFO;
|
||||
}
|
||||
@ -1612,9 +1615,6 @@ void emu_init(void)
|
||||
PicoIn.mcdTrayClose = emu_tray_close;
|
||||
|
||||
sndout_init();
|
||||
|
||||
PicoSetInputDevice(0, currentConfig.input_dev0);
|
||||
PicoSetInputDevice(1, currentConfig.input_dev1);
|
||||
}
|
||||
|
||||
void emu_finish(void)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user