mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 13:42:47 +00:00
Some minor cosmetics
This commit is contained in:
parent
d5e1b30425
commit
0d5638c3a6
@ -57,7 +57,7 @@ bool FormatSDCard(u64 hidden_mb, u32 cluster_size, const char* label) {
|
||||
else memset(mbr + 0x1CE, 0, 0x10);
|
||||
|
||||
// one last warning....
|
||||
if (!ShowUnlockSequence(6, "!WARNING!\n \nProceeding will format this SD.\nThis will irreversibly delete\nALL data on it.\n"))
|
||||
if (!ShowUnlockSequence(6, "!WARNING!\n \nProceeding will format this SD.\nThis will irreversibly delete\nALL data on it."))
|
||||
return false;
|
||||
ShowString("Formatting SD, please wait...");
|
||||
|
||||
@ -78,7 +78,7 @@ bool FormatSDCard(u64 hidden_mb, u32 cluster_size, const char* label) {
|
||||
}
|
||||
|
||||
bool SetupBonusDrive(void) {
|
||||
if (!ShowUnlockSequence(3, "Format the bonus drive?\nThis will irreversibly delete\nALL data on it.\n"))
|
||||
if (!ShowUnlockSequence(3, "Format the bonus drive?\nThis will irreversibly delete\nALL data on it."))
|
||||
return false;
|
||||
ShowString("Formatting drive, please wait...");
|
||||
if (GetMountState() & IMG_NAND) InitImgFS(NULL);
|
||||
|
@ -199,8 +199,8 @@ u32 SafeRestoreNandDump(const char* path) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
if (!ShowUnlockSequence(5, "!WARNING!\n \nProceeding will overwrite the\nSysNAND with this backup.\n"))
|
||||
return false;
|
||||
if (!ShowUnlockSequence(5, "!WARNING!\n \nProceeding will overwrite the\nSysNAND with the provided dump.\n \n(A9LH will be left intact.)"))
|
||||
return 1;
|
||||
if (!SetWritePermissions(PERM_SYS_LVL2, true)) return 1;
|
||||
|
||||
// build essential backup from NAND
|
||||
|
Loading…
x
Reference in New Issue
Block a user