remove debug line
This commit is contained in:
parent
6a2c30503d
commit
c01a06711b
@ -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));
|
||||
|
Reference in New Issue
Block a user