mirror of
https://gitlab.com/Theopse/fbi-i18n-zh.git
synced 2025-09-01 01:09: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/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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user