Display message while loading title list.

This commit is contained in:
Steven Smith 2015-04-14 18:40:00 -07:00
parent 8a9dedc1ac
commit 073262f4ba

View File

@ -1,3 +1,4 @@
#include <ctrcommon/app.hpp>
#include <ctrcommon/input.hpp> #include <ctrcommon/input.hpp>
#include <ctrcommon/platform.hpp> #include <ctrcommon/platform.hpp>
#include <ctrcommon/ui.hpp> #include <ctrcommon/ui.hpp>
@ -8,8 +9,6 @@
#include <iomanip> #include <iomanip>
#include <sys/dirent.h> #include <sys/dirent.h>
#include <3ds.h>
#include <ctrcommon/app.hpp>
typedef enum { typedef enum {
INSTALL_CIA, INSTALL_CIA,
@ -205,6 +204,7 @@ int main(int argc, char **argv) {
return false; return false;
}); });
} else if(mode == DELETE_TITLE || mode == LAUNCH_TITLE) { } else if(mode == DELETE_TITLE || mode == LAUNCH_TITLE) {
uiDisplayMessage(BOTTOM_SCREEN, "Loading title list...");
uiSelectApp(&appTarget, destination, [&](bool &updateList) { uiSelectApp(&appTarget, destination, [&](bool &updateList) {
return onLoop(); return onLoop();
}, [&](App app, bool &updateList) { }, [&](App app, bool &updateList) {