From: chaoskagami Date: Tue, 7 Jun 2016 17:34:53 +0000 (-0400) Subject: Remove testing code that has no place here X-Git-Tag: v0.0.7~3 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=0c456e93c092b8541cbedb0637a03006aed26f79;p=corbenik%2Fcorbenik.git Remove testing code that has no place here --- diff --git a/source/patch/reboot.c b/source/patch/reboot.c index 48770dd..a7077cb 100644 --- a/source/patch/reboot.c +++ b/source/patch/reboot.c @@ -110,6 +110,4 @@ patch_reboot() fread(mem, 1, fsize(f), f); fclose(f); - - write_file((void *)0x1FF8000, "/test", 0x8000); }