From ca46b4c3e2a60d80411a6976be7f23892438bea8 Mon Sep 17 00:00:00 2001 From: liushuyu Date: Sun, 10 Mar 2019 18:06:49 -0600 Subject: [PATCH] frontend: qt: fix a freeze where... ... if you click on entry in the game list too fast, citra will hang --- src/citra_qt/bootmanager.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/citra_qt/bootmanager.cpp b/src/citra_qt/bootmanager.cpp index 1d62d3c02..181051341 100644 --- a/src/citra_qt/bootmanager.cpp +++ b/src/citra_qt/bootmanager.cpp @@ -24,8 +24,6 @@ void EmuThread::run() { MicroProfileOnThreadCreate("EmuThread"); - stop_run = false; - // Holds whether the cpu was running during the last iteration, // so that the DebugModeLeft signal can be emitted before the // next execution step.