System: Refactor main loop
Reduces JIT exits. Improves runahead performance.
This commit is contained in:
@ -107,7 +107,7 @@ static const std::array<u32*, 38> REGISTERS {
|
||||
&CPU::g_state.regs.hi,
|
||||
&CPU::g_state.cop0_regs.BadVaddr,
|
||||
&CPU::g_state.cop0_regs.cause.bits,
|
||||
&CPU::g_state.regs.pc,
|
||||
&CPU::g_state.pc,
|
||||
};
|
||||
|
||||
/// Number of registers in GDB remote protocol for MIPS III.
|
||||
|
||||
Reference in New Issue
Block a user