From c01a06711b78227c461bcdcbd6dda44c09323b2d Mon Sep 17 00:00:00 2001 From: Reisyukaku Date: Sat, 16 Jan 2016 10:31:59 -0500 Subject: [PATCH] remove debug line --- source/firm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/firm.c b/source/firm.c index a4c685a..559c855 100644 --- a/source/firm.c +++ b/source/firm.c @@ -37,7 +37,7 @@ void loadEmu(void){ *pos_offset = emuOffset; *pos_header = emuHeader; } - fileWrite(code, "help.bin", 0x200); + //Add emunand hooks memcpy((u8*)emuHook(1), nandRedir, sizeof(nandRedir)); memcpy((u8*)emuHook(2), nandRedir, sizeof(nandRedir));