mirror of
https://github.com/rvtr/TDT.git
synced 2025-10-31 13:51:07 -04:00
Update main.c
This commit is contained in:
parent
3194f199af
commit
f58f054162
@ -168,8 +168,10 @@ int main(int argc, char **argv)
|
|||||||
char path[64];
|
char path[64];
|
||||||
sprintf(path, "nand:/title/00030017/%08lx/content/title.tmd", launcherTid);
|
sprintf(path, "nand:/title/00030017/%08lx/content/title.tmd", launcherTid);
|
||||||
unsigned long long tmdSize = getFileSizePath(path);
|
unsigned long long tmdSize = getFileSizePath(path);
|
||||||
if (tmdSize > 520)
|
//if (tmdSize > 520)
|
||||||
|
// unlaunchFound = true;
|
||||||
unlaunchFound = true;
|
unlaunchFound = true;
|
||||||
|
// unlaunch is always true just for testing.
|
||||||
|
|
||||||
//check if launcher patches are enabled
|
//check if launcher patches are enabled
|
||||||
const static u32 tidValues[][2] = {
|
const static u32 tidValues[][2] = {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user