Merge pull request #4684 from liushuyu/fix_freeze
frontend: qt: fix a freeze issue
This commit is contained in:
commit
1fbda5518e
|
@ -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.
|
||||||
|
|
Reference in New Issue