mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 12:15:45 +00:00
ARM_Interface: Implement PageTableChanged
This commit is contained in:
parent
ecf27fbf82
commit
0e49bffe03
6 changed files with 39 additions and 6 deletions
|
@ -25,6 +25,10 @@ void ARM_DynCom::ClearInstructionCache() {
|
|||
trans_cache_buf_top = 0;
|
||||
}
|
||||
|
||||
void ARM_DynCom::PageTableChanged() {
|
||||
ClearInstructionCache();
|
||||
}
|
||||
|
||||
void ARM_DynCom::SetPC(u32 pc) {
|
||||
state->Reg[15] = pc;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue