Make sure R0 is 0 in Interpreter

This commit is contained in:
zilmar 2018-01-03 19:16:01 +11:00
parent def0550ded
commit 4b7fafbded
1 changed files with 1 additions and 0 deletions

View File

@ -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(); }