From c7646c1799ac7988a77f148ca587b64e10ddbf4d Mon Sep 17 00:00:00 2001 From: Pk11 Date: Fri, 14 Jan 2022 15:44:53 -0600 Subject: [PATCH] Remove option to override space check yeah definitely not leaving in a 'would you like to brick' option for people without Unlaunch lol --- arm9/src/install.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/arm9/src/install.c b/arm9/src/install.c index 05438bf..4772296 100644 --- a/arm9/src/install.c +++ b/arm9/src/install.c @@ -480,11 +480,10 @@ bool install(char* fpath, bool systemTitle) { h->tid_high = 0x00030015; fixHeader = true; - } + } else { - if (choicePrint("Try installing anyway?") == NO) - goto error; + goto error; } } }