mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-01-18 06:25:37 +00:00
Qt: Re-render display after pausing
This commit is contained in:
parent
1007d4bb07
commit
27465c5258
|
@ -736,6 +736,7 @@ void QtHostInterface::OnSystemPaused(bool paused)
|
|||
else
|
||||
{
|
||||
startBackgroundControllerPollTimer();
|
||||
renderDisplay();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue