mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-03-06 14:27:44 +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
|
else
|
||||||
{
|
{
|
||||||
startBackgroundControllerPollTimer();
|
startBackgroundControllerPollTimer();
|
||||||
|
renderDisplay();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue