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.