mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +00:00
BlockingLoop: Yield to UI message pump while waiting.
This commit is contained in:
parent
e8af48adfc
commit
8203ea929b
8 changed files with 56 additions and 1 deletions
|
@ -89,6 +89,9 @@ bool Host_RendererIsFullscreen()
|
|||
{
|
||||
return Host::GetInstance()->GetRenderFullscreen();
|
||||
}
|
||||
void Host_YieldToUI()
|
||||
{
|
||||
}
|
||||
|
||||
// We ignore these, and their purpose should be questioned individually.
|
||||
// In particular, RequestRenderWindowSize, RequestFullscreen, and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue