Missed a DoSomething

This commit is contained in:
Azimer 2015-05-05 17:49:06 -05:00
parent fe855ad5da
commit f48d645f83
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@ void CInterpreterCPU::ExecuteOps(int Cycles)
OPCODE & Opcode = R4300iOp::m_Opcode;
DWORD & JumpToLocation = R4300iOp::m_JumpToLocation;
bool & TestTimer = R4300iOp::m_TestTimer;
const bool & DoSomething = g_SystemEvents->DoSomething();
const BOOL & DoSomething = g_SystemEvents->DoSomething();
DWORD CountPerOp = g_System->CountPerOp();
__try