From: chaoskagami Date: Sun, 28 Aug 2016 09:09:35 +0000 (-0400) Subject: Remove debugging shite X-Git-Tag: v0.3.0~31 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=5ef0bbff3c8e122e9269cc1797ac0e3ef47aa9c3;p=corbenik%2Fcorbenik.git Remove debugging shite --- 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.