mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 15:19:53 -06:00
get it to do more interesting things
This commit is contained in:
@ -817,6 +817,7 @@ u16 ARM9IORead16(u32 addr)
|
||||
{
|
||||
switch (addr)
|
||||
{
|
||||
case 0x04004004: return 0; // TODO
|
||||
}
|
||||
|
||||
return NDS::ARM9IORead16(addr);
|
||||
|
Reference in New Issue
Block a user