mirror of
https://gitlab.com/Theopse/fbi-i18n-zh.git
synced 2025-09-15 21:29:45 +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;
|
||||
bool obtained = false;
|
||||
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) {
|
||||
obtained = ui_select_app(&targetDelete, destination, onLoop);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user