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:
parent
acaca4188e
commit
ca46b4c3e2
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user