mirror of
https://gitlab.com/Theopse/fbi-i18n-zh.git
synced 2025-08-31 16:59:46 +08:00
Display message while loading title list.
This commit is contained in:
parent
8a9dedc1ac
commit
073262f4ba
@ -1,3 +1,4 @@
|
||||
#include <ctrcommon/app.hpp>
|
||||
#include <ctrcommon/input.hpp>
|
||||
#include <ctrcommon/platform.hpp>
|
||||
#include <ctrcommon/ui.hpp>
|
||||
@ -8,8 +9,6 @@
|
||||
#include <iomanip>
|
||||
|
||||
#include <sys/dirent.h>
|
||||
#include <3ds.h>
|
||||
#include <ctrcommon/app.hpp>
|
||||
|
||||
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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user