diff --git a/Source/Project64/N64 System/Interpreter/Interpreter CPU.cpp b/Source/Project64/N64 System/Interpreter/Interpreter CPU.cpp index 3fa6426d5..a94c8283b 100644 --- a/Source/Project64/N64 System/Interpreter/Interpreter CPU.cpp +++ b/Source/Project64/N64 System/Interpreter/Interpreter CPU.cpp @@ -268,7 +268,7 @@ void CInterpreterCPU::ExecuteCPU() OPCODE & Opcode = R4300iOp::m_Opcode; DWORD & JumpToLocation = R4300iOp::m_JumpToLocation; bool & TestTimer = R4300iOp::m_TestTimer; - const bool & bDoSomething= g_SystemEvents->DoSomething(); + const BOOL & bDoSomething= g_SystemEvents->DoSomething(); DWORD CountPerOp = g_System->CountPerOp(); int & NextTimer = *g_NextTimer; @@ -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