mirror of
https://github.com/rvtr/TDT.git
synced 2025-10-31 13:51:07 -04:00
Warn before installing to SysNAND without a TMD
This commit is contained in:
parent
393a01eba8
commit
fe63634774
@ -492,6 +492,13 @@ bool install(char* fpath, bool systemTitle)
|
||||
else
|
||||
goto error;
|
||||
}
|
||||
else if(!sdnandMode)
|
||||
{
|
||||
if (choicePrint("TMD not found, game cannot be\nplayed without Unlaunch's\nlauncher patches.\nSee wiki for how to get a TMD.\n\nInstall anyway?") == YES)
|
||||
tmdFound = false;
|
||||
else
|
||||
goto error;
|
||||
}
|
||||
|
||||
//get install size
|
||||
iprintf("Install Size: ");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user