mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-22 13:50:11 -06:00
Use printf format macro here
This commit is contained in:
@ -3570,7 +3570,7 @@ void ARM9IOWrite32(u32 addr, u32 val)
|
||||
}
|
||||
|
||||
// NO$GBA debug register "Char Out"
|
||||
case 0x04FFFA1C: printf("%lc", val); return;
|
||||
case 0x04FFFA1C: printf("%" PRIu32, val); return;
|
||||
}
|
||||
|
||||
if (addr >= 0x04000000 && addr < 0x04000060)
|
||||
|
Reference in New Issue
Block a user