Merge pull request #4684 from liushuyu/fix_freeze

frontend: qt: fix a freeze issue
This commit is contained in:
Weiyi Wang
2019-03-14 16:07:54 -04:00
committed by GitHub

View File

@@ -24,8 +24,6 @@ void EmuThread::run() {
MicroProfileOnThreadCreate("EmuThread"); MicroProfileOnThreadCreate("EmuThread");
stop_run = false;
// Holds whether the cpu was running during the last iteration, // Holds whether the cpu was running during the last iteration,
// so that the DebugModeLeft signal can be emitted before the // so that the DebugModeLeft signal can be emitted before the
// next execution step. // next execution step.