mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +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
|
@ -161,6 +161,10 @@ void Host_ShowVideoConfig(void*, const std::string&)
|
|||
{
|
||||
}
|
||||
|
||||
void Host_YieldToUI()
|
||||
{
|
||||
}
|
||||
|
||||
#if HAVE_X11
|
||||
#include <X11/keysym.h>
|
||||
#include "DolphinWX/X11Utils.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue