mirror of
https://gitlab.com/Theopse/fbi-i18n-zh.git
synced 2025-09-16 13:49:47 +08:00
Update to latest ctrcommon.
This commit is contained in:
parent
7bb92b3f75
commit
4d594ad4dc
@ -75,7 +75,9 @@ int main(int argc, char **argv) {
|
|||||||
App targetDelete;
|
App targetDelete;
|
||||||
bool obtained = false;
|
bool obtained = false;
|
||||||
if(mode == INSTALL) {
|
if(mode == INSTALL) {
|
||||||
obtained = ui_select_file(&targetInstall, "sdmc:", extensions, onLoop);
|
obtained = ui_select_file(&targetInstall, "sdmc:", extensions, [&](bool inRoot) {
|
||||||
|
return onLoop();
|
||||||
|
});
|
||||||
} else if(mode == DELETE) {
|
} else if(mode == DELETE) {
|
||||||
obtained = ui_select_app(&targetDelete, destination, onLoop);
|
obtained = ui_select_app(&targetDelete, destination, onLoop);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user