mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2024-11-14 05:17:40 -07:00
fix bug where opening a new instance would pause other instances
This commit is contained in:
parent
09e4400f3c
commit
78aae252d5
@ -136,7 +136,6 @@ EmuInstance::EmuInstance(int inst) : deleting(false),
|
||||
createWindow();
|
||||
|
||||
emuThread->start();
|
||||
emuThread->emuPause();
|
||||
|
||||
// if any extra windows were saved as enabled, open them
|
||||
for (int i = 1; i < kMaxWindows; i++)
|
||||
|
Loading…
Reference in New Issue
Block a user