From 20d49ba97f14649c459f5311bf6325daebfa382a Mon Sep 17 00:00:00 2001 From: Jules Blok Date: Fri, 11 Nov 2016 13:39:50 +0100 Subject: [PATCH] DolphinQt2: Implement Host_YieldToUI(). --- Source/Core/DolphinQt2/Host.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Core/DolphinQt2/Host.cpp b/Source/Core/DolphinQt2/Host.cpp index 0652942dfe..906853bc3c 100644 --- a/Source/Core/DolphinQt2/Host.cpp +++ b/Source/Core/DolphinQt2/Host.cpp @@ -91,6 +91,7 @@ bool Host_RendererIsFullscreen() } void Host_YieldToUI() { + qApp->processEvents(QEventLoop::ExcludeUserInputEvents); } // We ignore these, and their purpose should be questioned individually.