diff options
| author | Jules Blok <jules.blok@gmail.com> | 2016-11-10 17:55:21 +0100 |
|---|---|---|
| committer | Jules Blok <jules.blok@gmail.com> | 2016-11-11 13:37:02 +0100 |
| commit | 8203ea929b5981b8413c342e6bbfb7467f3c2a0d (patch) | |
| tree | a019d29c96705917cf695ef3fd1d1db5b25e6f79 /Source/Android/jni/MainAndroid.cpp | |
| parent | e8af48adfca6e6fb291c5c715af1562569dc1bd3 (diff) | |
BlockingLoop: Yield to UI message pump while waiting.
Diffstat (limited to 'Source/Android/jni/MainAndroid.cpp')
| -rw-r--r-- | Source/Android/jni/MainAndroid.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/Android/jni/MainAndroid.cpp b/Source/Android/jni/MainAndroid.cpp index d2fdf30bb6..4cd975fae8 100644 --- a/Source/Android/jni/MainAndroid.cpp +++ b/Source/Android/jni/MainAndroid.cpp @@ -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); |
