mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2024-11-14 13:27:41 -07:00
...why am i checking for dtcm?
This commit is contained in:
parent
e2be0b4f93
commit
1fdac1d489
@ -304,7 +304,6 @@ void ARMv5::JumpTo(u32 addr, bool restorecpsr)
|
||||
u32 newregion = addr >> 24;
|
||||
|
||||
if (addr < ITCMSize) CodeRegion = Mem9_ITCM;
|
||||
else if ((addr & DTCMMask) == DTCMBase) CodeRegion = Mem9_DTCM;
|
||||
else CodeRegion = NDS.ARM9Regions[addr >> 14];
|
||||
|
||||
RegionCodeCycles = MemTimings[addr >> 12][0];
|
||||
|
Loading…
Reference in New Issue
Block a user