load game: destroy old maple devices before create call
This commit is contained in:
parent
0840da1bd5
commit
c0e52b9a1a
|
@ -505,6 +505,7 @@ void Emulator::loadGame(const char *path, LoadProgress *progress)
|
|||
// Reload the BIOS in case a game-specific region is set
|
||||
naomi_cart_LoadBios(path);
|
||||
}
|
||||
mcfg_DestroyDevices();
|
||||
mcfg_CreateDevices();
|
||||
if (settings.platform.isNaomi())
|
||||
// Must be done after the maple devices are created and EEPROM is accessible
|
||||
|
|
Loading…
Reference in New Issue