From daa8dbc8336747284e52746158030530dea9ee58 Mon Sep 17 00:00:00 2001 From: zilmar Date: Fri, 21 Feb 2025 12:00:41 +1030 Subject: [PATCH] core: reset m_InstructionRegion on R4300iOp::ExecuteOps --- Source/Project64-core/N64System/Interpreter/InterpreterOps.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Project64-core/N64System/Interpreter/InterpreterOps.cpp b/Source/Project64-core/N64System/Interpreter/InterpreterOps.cpp index 6bf1bbac4..16562072b 100644 --- a/Source/Project64-core/N64System/Interpreter/InterpreterOps.cpp +++ b/Source/Project64-core/N64System/Interpreter/InterpreterOps.cpp @@ -94,6 +94,7 @@ void R4300iOp::ExecuteOps(uint32_t Cycles) int32_t & NextTimer = *g_NextTimer; bool CheckTimer = false; bool updateInstructionMemory = true; + m_InstructionRegion = -1; while (!Done && Cycles > 0) {