mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-24 14:49:53 -06:00
include more information in DataRegion
This commit is contained in:
@ -40,9 +40,9 @@ struct FetchedInstr
|
||||
u32 Instr;
|
||||
u32 Addr;
|
||||
|
||||
u8 CodeCycles;
|
||||
u8 DataCycles;
|
||||
u8 DataRegion;
|
||||
u16 CodeCycles;
|
||||
u32 DataRegion;
|
||||
|
||||
ARMInstrInfo::Info Info;
|
||||
};
|
||||
@ -195,6 +195,9 @@ typedef void (*InterpreterFunc)(ARM* cpu);
|
||||
extern InterpreterFunc InterpretARM[];
|
||||
extern InterpreterFunc InterpretTHUMB[];
|
||||
|
||||
extern u8 MemRegion9[0x80000];
|
||||
extern u8 MemRegion7[0x80000];
|
||||
|
||||
void* GetFuncForAddr(ARM* cpu, u32 addr, bool store, int size);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user