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
commit 1fbda5518e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.