mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
platform, fix pad setting from configs files
This commit is contained in:
parent
d4d2723f93
commit
a54716ec19
1 changed files with 3 additions and 3 deletions
|
@ -508,6 +508,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;
|
||||
}
|
||||
|
@ -1288,9 +1291,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…
Add table
Add a link
Reference in a new issue