From 5ef0bbff3c8e122e9269cc1797ac0e3ef47aa9c3 Mon Sep 17 00:00:00 2001 From: chaoskagami Date: Sun, 28 Aug 2016 05:09:35 -0400 Subject: [PATCH] Remove debugging shite --- source/firm/firm.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/source/firm/firm.c b/source/firm/firm.c index a1e029a..8189291 100644 --- a/source/firm/firm.c +++ b/source/firm/firm.c @@ -460,13 +460,6 @@ boot_firm() fflush(stderr); // Flush logs if need be before unmount. - FILE* f = fopen("/arm9loaderhax_si.bin", "r"); - size_t s = fsize(f); - fclose(f); - f = fopen("/corbenik_dump.bin", "w"); - fwrite((uint8_t*)0x23F00000, 1, s, f); - fclose(f); - fumount(); // Unmount SD. No longer needed. // No fprintf will work from here on out. -- 2.39.5