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) {