From ab8d96e75f9fdc685e1175b1ee8c7da190c1be29 Mon Sep 17 00:00:00 2001 From: Edoardo Lolletti Date: Tue, 23 Apr 2024 16:21:08 +0200 Subject: [PATCH] Comment --- arm9/src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arm9/src/main.c b/arm9/src/main.c index f5e93af..1fb5dfb 100644 --- a/arm9/src/main.c +++ b/arm9/src/main.c @@ -348,7 +348,7 @@ int main(int argc, char **argv) { char buffer[1024] = {0}; - //write the first 512 bytes as 0, as that's the size of a tmd, but it can be whatever + //write the first 520 bytes as 0, as that's the size of a tmd, but it can be whatever if (fwrite(buffer, sizeof(char), 520, targetTmd) != 520) { fclose(unlaunchInstaller);