This commit is contained in:
d0k3 2018-01-17 01:07:01 +01:00
parent cb00194c49
commit 3310400e1f

View File

@ -1978,6 +1978,7 @@ u32 GodMode(int entrypoint) {
} else if (user_select == fixcmac) {
ShowString("%s\nFixing CMACs for drive...", namestr);
RecursiveFixFileCmac(curr_entry->path);
ClearScreenF(true, false, COLOR_STD_BG);
} else if (user_select == dirnfo) {
bool is_drive = (!*current_path);
FILINFO fno;