diff options
| author | Jules Blok <jules.blok@gmail.com> | 2016-11-11 13:39:50 +0100 |
|---|---|---|
| committer | Jules Blok <jules.blok@gmail.com> | 2016-11-11 13:42:18 +0100 |
| commit | 20d49ba97f14649c459f5311bf6325daebfa382a (patch) | |
| tree | babc201b4839e579ff7b8820db4e9f27105ea5e2 /Source | |
| parent | 05a3f927ee60b90c4de193294b2b58e2f45b6eed (diff) | |
DolphinQt2: Implement Host_YieldToUI().
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Core/DolphinQt2/Host.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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. |
