mirror of
https://github.com/rvtr/TDT.git
synced 2025-10-31 13:51:07 -04:00
Disable running without Unlaunch
This commit is contained in:
parent
50d1e69e02
commit
4004fcae9d
@ -199,10 +199,12 @@ int main(int argc, char **argv)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!unlaunchFound)
|
if (!unlaunchFound) {
|
||||||
messageBox("Unlaunch not found, please\ninstall it.\n\n\x1B[46mhttps://dsi.cfw.guide/\x1B[47m");
|
messageBox("Unlaunch not found, please\ninstall it.\n\n\x1B[46mhttps://dsi.cfw.guide/\x1B[47m");
|
||||||
else if (!unlaunchPatches)
|
return 0;
|
||||||
|
} else if (!unlaunchPatches) {
|
||||||
messageBox("Unlaunch's Launcher Patches are\nnot enabled. You will need to\nprovide TMD files or reinstall.\n\n\x1B[46mhttps://dsi.cfw.guide/\x1B[47m");
|
messageBox("Unlaunch's Launcher Patches are\nnot enabled. You will need to\nprovide TMD files or reinstall.\n\n\x1B[46mhttps://dsi.cfw.guide/\x1B[47m");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//check for dev.kp (Data Management visible)
|
//check for dev.kp (Data Management visible)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user