forked from Mirror/GodMode9
Brought back "Copy to 0:/gm9/out" for dirs
This commit is contained in:
parent
83f1eac13a
commit
93e84b8b12
@ -1713,6 +1713,8 @@ u32 GodMode(bool is_b9s) {
|
|||||||
(fno.fattrib & AM_ARC) ? 'X' : ' ', (fno.fattrib & AM_VRT) ? 'X' : ' ');
|
(fno.fattrib & AM_ARC) ? 'X' : ' ', (fno.fattrib & AM_VRT) ? 'X' : ' ');
|
||||||
}
|
}
|
||||||
} else ShowPrompt(false, "Analyze %s: failed!", is_drive ? "drive" : "dir");
|
} else ShowPrompt(false, "Analyze %s: failed!", is_drive ? "drive" : "dir");
|
||||||
|
} else if (user_select == stdcpy) {
|
||||||
|
StandardCopy(&cursor, &scroll, current_dir);
|
||||||
}
|
}
|
||||||
} else { // one level up
|
} else { // one level up
|
||||||
u32 user_select = 1;
|
u32 user_select = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user