mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
* stub more wifi crap
* louder sound * misc fixes
This commit is contained in:
@ -174,6 +174,9 @@ void ARM::JumpTo(u32 addr, bool restorecpsr)
|
||||
// aging cart debug crap
|
||||
//if (addr == 0x0201764C) printf("capture test %d: R1=%08X\n", R[6], R[1]);
|
||||
//if (addr == 0x020175D8) printf("capture test %d: res=%08X\n", R[6], R[0]);
|
||||
//if (addr == 0x37FF234 && R[15]!=0x37FF23C) printf("pok<6F> infinite loop %08X, %08X\n", R[15], DataRead32(0x380FFC8));
|
||||
// 37FD4BC. if R0=0, inf. loop
|
||||
// 38098AC -> R0
|
||||
|
||||
if (addr & 0x1)
|
||||
{
|
||||
|
Reference in New Issue
Block a user