From 1fccbd5be3cc3c938a325d0f9401cc1a56e68e29 Mon Sep 17 00:00:00 2001 From: Stenzek Date: Mon, 26 Jun 2017 01:35:24 +1000 Subject: DolphinWX: Add a progress dialog host command Allows feedback from backends to be communicated to the user when long-running operation are performed (e.g. shader compilation). --- Source/Android/jni/MainAndroid.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Source/Android/jni/MainAndroid.cpp') diff --git a/Source/Android/jni/MainAndroid.cpp b/Source/Android/jni/MainAndroid.cpp index cda73a9fe5..fa92372f6a 100644 --- a/Source/Android/jni/MainAndroid.cpp +++ b/Source/Android/jni/MainAndroid.cpp @@ -148,6 +148,10 @@ void Host_YieldToUI() { } +void Host_UpdateProgressDialog(const char* caption, int position, int total) +{ +} + 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); -- cgit v1.2.3