mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-02 00:12:45 +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
|
@ -148,6 +148,10 @@ void Host_ShowVideoConfig(void*, const std::string&)
|
|||
{
|
||||
}
|
||||
|
||||
void Host_YieldToUI()
|
||||
{
|
||||
}
|
||||
|
||||
static bool MsgAlert(const char* caption, const char* text, bool yes_no, int /*Style*/)
|
||||
{
|
||||
__android_log_print(ANDROID_LOG_ERROR, DOLPHIN_TAG, "%s:%s", caption, text);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue