Merge branch 'master' of https://github.com/project64/project64
This commit is contained in:
commit
19a827d1f7
|
@ -313,6 +313,7 @@ void CInterpreterCPU::ExecuteCPU()
|
|||
} */
|
||||
|
||||
m_R4300i_Opcode[Opcode.op]();
|
||||
_GPR[0].DW = 0; /* MIPS $zero hard-wired to 0 */
|
||||
NextTimer -= CountPerOp;
|
||||
|
||||
if (CDebugSettings::bHaveDebugger()) { g_Debugger->CPUStep(); }
|
||||
|
|
Loading…
Reference in New Issue