From c8614634fbeaecbf52e0beaaa90098526f7f7f1d Mon Sep 17 00:00:00 2001 From: "K.Ohta" Date: Thu, 22 Oct 2020 22:52:02 +0900 Subject: [PATCH] [VM][Qt] . --- source/src/qt/common/qt_utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/src/qt/common/qt_utils.cpp b/source/src/qt/common/qt_utils.cpp index edb161923..1053d9ef3 100644 --- a/source/src/qt/common/qt_utils.cpp +++ b/source/src/qt/common/qt_utils.cpp @@ -1285,10 +1285,10 @@ int MainLoop(int argc, char *argv[]) rMainWindow->getWindow()->show(); // main loop + rMainWindow->LaunchEmuThread(); #if defined(USE_JOYSTICK) rMainWindow->LaunchJoyThread(); #endif - rMainWindow->LaunchEmuThread(); GLDrawClass *pgl = rMainWindow->getGraphicsView(); pgl->set_emu_launched(); // pgl->setFixedSize(pgl->width(), pgl->height()); -- 2.11.0