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();
|
||||
|
||||
emit emulationStarted();
|
||||
emit emulationPaused(false);
|
||||
}
|
||||
|
||||
void QtHostInterface::OnSystemPaused(bool paused)
|
||||
|
|
Loading…
Reference in New Issue