mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
DolphinQt2: Implement Host_YieldToUI().
This commit is contained in:
parent
05a3f927ee
commit
20d49ba97f
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ bool Host_RendererIsFullscreen()
|
||||||
}
|
}
|
||||||
void Host_YieldToUI()
|
void Host_YieldToUI()
|
||||||
{
|
{
|
||||||
|
qApp->processEvents(QEventLoop::ExcludeUserInputEvents);
|
||||||
}
|
}
|
||||||
|
|
||||||
// We ignore these, and their purpose should be questioned individually.
|
// We ignore these, and their purpose should be questioned individually.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue