From 27465c5258c5ca92ed16f2d084dc0865156eef2e Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Fri, 13 Aug 2021 21:31:58 +1000 Subject: [PATCH] Qt: Re-render display after pausing --- src/duckstation-qt/qthostinterface.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/duckstation-qt/qthostinterface.cpp b/src/duckstation-qt/qthostinterface.cpp index cbffe375c..892bf79d7 100644 --- a/src/duckstation-qt/qthostinterface.cpp +++ b/src/duckstation-qt/qthostinterface.cpp @@ -736,6 +736,7 @@ void QtHostInterface::OnSystemPaused(bool paused) else { startBackgroundControllerPollTimer(); + renderDisplay(); } }