mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 13:42:47 +00:00
Show a wait... message when uninstalling a single title
This commit is contained in:
parent
152c6c4d5a
commit
7bdd01738a
@ -1660,7 +1660,8 @@ u32 FileHandlerMenu(char* current_path, u32* cursor, u32* scroll, PaneData** pan
|
|||||||
n_success++;
|
n_success++;
|
||||||
}
|
}
|
||||||
ShowPrompt(false, "%lu/%lu titles uninstalled", n_success, n_marked);
|
ShowPrompt(false, "%lu/%lu titles uninstalled", n_success, n_marked);
|
||||||
} else {
|
} else if (CheckWritePermissions(file_path)) {
|
||||||
|
ShowString("%s\nUninstalling, please wait...", pathstr);
|
||||||
if (UninstallGameDataTie(file_path, true, full_uninstall, full_uninstall) != 0)
|
if (UninstallGameDataTie(file_path, true, full_uninstall, full_uninstall) != 0)
|
||||||
ShowPrompt(false, "%s\nUninstall failed!", pathstr);
|
ShowPrompt(false, "%s\nUninstall failed!", pathstr);
|
||||||
ClearScreenF(true, false, COLOR_STD_BG);
|
ClearScreenF(true, false, COLOR_STD_BG);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user