force grp[0] always be 0 in Interpreter
This commit is contained in:
parent
1cb9dd2575
commit
c8dcf8643c
|
@ -338,6 +338,7 @@ void CInterpreterCPU::ExecuteOps ( int Cycles )
|
||||||
//WriteTraceF((TraceType)(TraceError | TraceNoHeader),"%X: %d %d",*_PROGRAM_COUNTER,*_NextTimer,_SystemTimer->CurrentType());
|
//WriteTraceF((TraceType)(TraceError | TraceNoHeader),"%X: %d %d",*_PROGRAM_COUNTER,*_NextTimer,_SystemTimer->CurrentType());
|
||||||
}*/
|
}*/
|
||||||
m_R4300i_Opcode[ Opcode.op ]();
|
m_R4300i_Opcode[ Opcode.op ]();
|
||||||
|
_GPR[0].DW = 0;
|
||||||
|
|
||||||
Cycles -= m_CountPerOp;
|
Cycles -= m_CountPerOp;
|
||||||
*_NextTimer -= m_CountPerOp;
|
*_NextTimer -= m_CountPerOp;
|
||||||
|
|
Loading…
Reference in New Issue