NDS: oops... comment out some logging I added to figure out why the firmware couldn't
boot games.
This commit is contained in:
parent
c48ef684f6
commit
9828895c53
|
@ -2694,7 +2694,7 @@ void NDS_setPad(bool R,bool L,bool D,bool U,bool T,bool S,bool B,bool A,bool Y,b
|
|||
|
||||
|
||||
void emu_halt() {
|
||||
printf("halting emu: ARM9 PC=%08X/%08X, ARM7 PC=%08X/%08X\n", NDS_ARM9.R[15], NDS_ARM9.instruct_adr, NDS_ARM7.R[15], NDS_ARM7.instruct_adr);
|
||||
//printf("halting emu: ARM9 PC=%08X/%08X, ARM7 PC=%08X/%08X\n", NDS_ARM9.R[15], NDS_ARM9.instruct_adr, NDS_ARM7.R[15], NDS_ARM7.instruct_adr);
|
||||
execute = false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue