diff --git a/arm9/src/install.c b/arm9/src/install.c index 9606e3d..259b612 100644 --- a/arm9/src/install.c +++ b/arm9/src/install.c @@ -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;