mirror of
https://github.com/rvtr/TDT.git
synced 2025-10-31 13:51:07 -04:00
Derp fix, was always showing TMD warning
This commit is contained in:
parent
fe63634774
commit
d88136cb34
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user