core: reset m_InstructionRegion on R4300iOp::ExecuteOps

This commit is contained in:
zilmar 2025-02-21 12:00:41 +10:30
parent 7eaf1c4ba3
commit daa8dbc833
1 changed files with 1 additions and 0 deletions

View File

@ -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)
{