mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
add back faster prefetch for ARM9
This commit is contained in:
@ -514,6 +514,8 @@ u32 ARMv5::CodeRead32(u32 addr)
|
||||
return *(u32*)&ITCM[addr & 0x7FFF];
|
||||
}
|
||||
|
||||
if (CodeMem.Mem) return *(u32*)&CodeMem.Mem[addr & CodeMem.Mask];
|
||||
|
||||
return NDS::ARM9Read32(addr);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user