mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
DolphinQt2: Implement Host_YieldToUI().
This commit is contained in:
@@ -91,6 +91,7 @@ bool Host_RendererIsFullscreen()
|
||||
}
|
||||
void Host_YieldToUI()
|
||||
{
|
||||
qApp->processEvents(QEventLoop::ExcludeUserInputEvents);
|
||||
}
|
||||
|
||||
// We ignore these, and their purpose should be questioned individually.
|
||||
|
||||
Reference in New Issue
Block a user