frontend: qt: fix a freeze where...

... if you click on entry in the game list too fast, citra will hang
This commit is contained in:
liushuyu 2019-03-10 18:06:49 -06:00
parent acaca4188e
commit ca46b4c3e2
No known key found for this signature in database
GPG key ID: 23D1CE4534419437

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.