mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-25 23:25:41 +00:00
Qt: Fix pause button getting locked on after restarting game
This commit is contained in:
parent
237f469baa
commit
e24e4c20e1
|
@ -422,6 +422,7 @@ void QtHostInterface::OnSystemCreated()
|
||||||
stopBackgroundControllerPollTimer();
|
stopBackgroundControllerPollTimer();
|
||||||
|
|
||||||
emit emulationStarted();
|
emit emulationStarted();
|
||||||
|
emit emulationPaused(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
void QtHostInterface::OnSystemPaused(bool paused)
|
void QtHostInterface::OnSystemPaused(bool paused)
|
||||||
|
|
Loading…
Reference in a new issue