mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
Go back to drive menu, by pressing R+A on ..
This commit is contained in:
parent
893396deed
commit
86b4fbd85e
@ -577,6 +577,11 @@ string browseForFile (void) {
|
||||
fileOffset = 0;
|
||||
}
|
||||
|
||||
if (strcmp(entry->name.c_str(), "..")==0 && (pressed & KEY_R) && (pressed & KEY_A)) {
|
||||
screenMode = 0;
|
||||
return "null";
|
||||
}
|
||||
|
||||
// Rename file/folder
|
||||
if ((held & KEY_R) && (pressed & KEY_X) && (strcmp (entry->name.c_str(), "..") != 0) && (strncmp (path, "nitro:/", 7) != 0)) {
|
||||
pressed = 0;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user