diff --git a/arm9/src/main.c b/arm9/src/main.c index 7858c2f..81d6963 100644 --- a/arm9/src/main.c +++ b/arm9/src/main.c @@ -168,8 +168,10 @@ int main(int argc, char **argv) char path[64]; sprintf(path, "nand:/title/00030017/%08lx/content/title.tmd", launcherTid); unsigned long long tmdSize = getFileSizePath(path); - if (tmdSize > 520) - unlaunchFound = true; + //if (tmdSize > 520) + // unlaunchFound = true; + unlaunchFound = true; + // unlaunch is always true just for testing. //check if launcher patches are enabled const static u32 tidValues[][2] = { @@ -310,4 +312,4 @@ void clearScreen(PrintConsole* screen) { consoleSelect(screen); consoleClear(); -} \ No newline at end of file +}