core: reset m_InstructionRegion on R4300iOp::ExecuteOps
This commit is contained in:
parent
7eaf1c4ba3
commit
daa8dbc833
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue