parent
9aa9061f07
commit
fe855ad5da
|
@ -268,7 +268,7 @@ void CInterpreterCPU::ExecuteCPU()
|
||||||
OPCODE & Opcode = R4300iOp::m_Opcode;
|
OPCODE & Opcode = R4300iOp::m_Opcode;
|
||||||
DWORD & JumpToLocation = R4300iOp::m_JumpToLocation;
|
DWORD & JumpToLocation = R4300iOp::m_JumpToLocation;
|
||||||
bool & TestTimer = R4300iOp::m_TestTimer;
|
bool & TestTimer = R4300iOp::m_TestTimer;
|
||||||
const bool & bDoSomething= g_SystemEvents->DoSomething();
|
const BOOL & bDoSomething= g_SystemEvents->DoSomething();
|
||||||
DWORD CountPerOp = g_System->CountPerOp();
|
DWORD CountPerOp = g_System->CountPerOp();
|
||||||
int & NextTimer = *g_NextTimer;
|
int & NextTimer = *g_NextTimer;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue