mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 13:42:47 +00:00
File handling: return to base menu when A is pressed
This commit is contained in:
parent
704d6725c4
commit
58eaffc577
@ -713,6 +713,7 @@ u32 FileHandlerMenu(char* current_path, u32* cursor, u32* scroll, DirStruct* cur
|
|||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
return FileHandlerMenu(current_path, cursor, scroll, current_dir, clipboard);
|
||||||
} else if (user_select == copystd) { // -> copy to OUTPUT_PATH
|
} else if (user_select == copystd) { // -> copy to OUTPUT_PATH
|
||||||
u32 flags = 0;
|
u32 flags = 0;
|
||||||
if ((n_marked > 1) && ShowPrompt(true, "Copy all %lu selected files?", n_marked)) {
|
if ((n_marked > 1) && ShowPrompt(true, "Copy all %lu selected files?", n_marked)) {
|
||||||
@ -1011,7 +1012,7 @@ u32 FileHandlerMenu(char* current_path, u32* cursor, u32* scroll, DirStruct* cur
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return 1;
|
return FileHandlerMenu(current_path, cursor, scroll, current_dir, clipboard);
|
||||||
}
|
}
|
||||||
|
|
||||||
u32 GodMode() {
|
u32 GodMode() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user