mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
platform, fix pad not set from config when loading rom via command line
This commit is contained in:
parent
439cf7f850
commit
d4d2723f93
1 changed files with 3 additions and 0 deletions
|
@ -1288,6 +1288,9 @@ 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