Warn before installing to SysNAND without a TMD

This commit is contained in:
Pk11 2022-05-13 18:14:30 -05:00
parent 393a01eba8
commit fe63634774

View File

@ -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: ");