From 78aae252d510711a3d828ce42085350323736af1 Mon Sep 17 00:00:00 2001 From: Arisotura Date: Fri, 1 Nov 2024 00:41:55 +0100 Subject: [PATCH] fix bug where opening a new instance would pause other instances --- src/frontend/qt_sdl/EmuInstance.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/frontend/qt_sdl/EmuInstance.cpp b/src/frontend/qt_sdl/EmuInstance.cpp index 89d4108b..2ca5d09f 100644 --- a/src/frontend/qt_sdl/EmuInstance.cpp +++ b/src/frontend/qt_sdl/EmuInstance.cpp @@ -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++)