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/Core/DolphinNoGUI/MainNoGUI.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Source/Core/DolphinNoGUI/MainNoGUI.cpp') diff --git a/Source/Core/DolphinNoGUI/MainNoGUI.cpp b/Source/Core/DolphinNoGUI/MainNoGUI.cpp index fc91ccac04..37860057aa 100644 --- a/Source/Core/DolphinNoGUI/MainNoGUI.cpp +++ b/Source/Core/DolphinNoGUI/MainNoGUI.cpp @@ -136,6 +136,10 @@ void Host_YieldToUI() { } +void Host_UpdateProgressDialog(const char* caption, int position, int total) +{ +} + #if HAVE_X11 #include #include -- cgit v1.2.3