From 073262f4baa2d4ac82e05abd99cbf879b685861d Mon Sep 17 00:00:00 2001 From: Steven Smith Date: Tue, 14 Apr 2015 18:40:00 -0700 Subject: [PATCH] Display message while loading title list. --- source/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/main.cpp b/source/main.cpp index 63688a3..9edb686 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -1,3 +1,4 @@ +#include #include #include #include @@ -8,8 +9,6 @@ #include #include -#include <3ds.h> -#include typedef enum { INSTALL_CIA, @@ -205,6 +204,7 @@ int main(int argc, char **argv) { return false; }); } else if(mode == DELETE_TITLE || mode == LAUNCH_TITLE) { + uiDisplayMessage(BOTTOM_SCREEN, "Loading title list..."); uiSelectApp(&appTarget, destination, [&](bool &updateList) { return onLoop(); }, [&](App app, bool &updateList) {