NDS: oops... comment out some logging I added to figure out why the firmware couldn't

boot games.
This commit is contained in:
luigi__ 2009-07-26 18:18:47 +00:00
parent c48ef684f6
commit 9828895c53
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}