From f58f05416267b68d64978d8531c223851f1baa28 Mon Sep 17 00:00:00 2001 From: Lillian Skinner <56081713+rvtr@users.noreply.github.com> Date: Thu, 14 Mar 2024 01:19:18 -0400 Subject: [PATCH] Update main.c --- arm9/src/main.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 +}