remove debug line

This commit is contained in:
Reisyukaku 2016-01-16 10:31:59 -05:00
parent 6a2c30503d
commit c01a06711b

View File

@ -37,7 +37,7 @@ void loadEmu(void){
*pos_offset = emuOffset; *pos_offset = emuOffset;
*pos_header = emuHeader; *pos_header = emuHeader;
} }
fileWrite(code, "help.bin", 0x200);
//Add emunand hooks //Add emunand hooks
memcpy((u8*)emuHook(1), nandRedir, sizeof(nandRedir)); memcpy((u8*)emuHook(1), nandRedir, sizeof(nandRedir));
memcpy((u8*)emuHook(2), nandRedir, sizeof(nandRedir)); memcpy((u8*)emuHook(2), nandRedir, sizeof(nandRedir));