BlockingLoop: Yield to UI message pump while waiting.

This commit is contained in:
Jules Blok
2016-11-10 17:55:21 +01:00
parent e8af48adfc
commit 8203ea929b
8 changed files with 56 additions and 1 deletions

View File

@ -63,6 +63,9 @@ void Host_SetWiiMoteConnectionState(int)
void Host_ShowVideoConfig(void*, const std::string&)
{
}
void Host_YieldToUI()
{
}
std::unique_ptr<cInterfaceBase> HostGL_CreateGLInterface()
{
return nullptr;