forked from Mirror/GodMode9
Fix #295
This commit is contained in:
parent
cb00194c49
commit
3310400e1f
@ -1978,6 +1978,7 @@ u32 GodMode(int entrypoint) {
|
|||||||
} else if (user_select == fixcmac) {
|
} else if (user_select == fixcmac) {
|
||||||
ShowString("%s\nFixing CMACs for drive...", namestr);
|
ShowString("%s\nFixing CMACs for drive...", namestr);
|
||||||
RecursiveFixFileCmac(curr_entry->path);
|
RecursiveFixFileCmac(curr_entry->path);
|
||||||
|
ClearScreenF(true, false, COLOR_STD_BG);
|
||||||
} else if (user_select == dirnfo) {
|
} else if (user_select == dirnfo) {
|
||||||
bool is_drive = (!*current_path);
|
bool is_drive = (!*current_path);
|
||||||
FILINFO fno;
|
FILINFO fno;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user