Derp fix, was always showing TMD warning

This commit is contained in:
Pk11 2022-05-26 16:39:39 -05:00
parent fe63634774
commit d88136cb34

View File

@ -492,7 +492,7 @@ bool install(char* fpath, bool systemTitle)
else
goto error;
}
else if(!sdnandMode)
else if(!sdnandMode && access(tmdPath, F_OK) != 0)
{
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;