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:
parent
94ba7c1594
commit
d92c9fcd90
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue