Use a more modern and clean paradigm for read/write handlers

asdasd
This commit is contained in:
SimoneN64
2023-11-14 12:44:08 +01:00
parent 091557478a
commit 25cfd49e64
12 changed files with 383 additions and 200 deletions

View File

@@ -57,7 +57,7 @@ Fn JIT::Recompile() {
goto _epilogue;
}
u32 instr = mem.Read32(regs, paddr);
u32 instr = mem.Read<u32>(regs, paddr);
stable = isStable(instr);
Emit(instr);