mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-06-28 01:49:42 -06:00
do not immediately create a core when creating an EmuInstance. fixes some nasty potential bugs. watch out for bugs this may introduce though...
This commit is contained in:
@ -92,7 +92,7 @@ EmuInstance::EmuInstance(int inst) : instanceID(inst),
|
||||
mpAudioMode = globalCfg.GetInt("MP.AudioMode");
|
||||
|
||||
nds = nullptr;
|
||||
updateConsole(nullptr, nullptr);
|
||||
//updateConsole(nullptr, nullptr);
|
||||
|
||||
audioInit();
|
||||
inputInit();
|
||||
|
Reference in New Issue
Block a user