Decrement downcount in the interpreter.

This commit is contained in:
Unknown W. Brackets 2013-01-20 21:48:38 -08:00
parent 784c191caf
commit 49965b7f1d

View file

@ -995,6 +995,7 @@ int MIPSInterpret_RunUntil(u64 globalTicks)
}
}
curMips->downcount -= 1;
if (CoreTiming::GetTicks() > globalTicks)
{
// DEBUG_LOG(CPU, "Hit the max ticks, bailing 1 : %llu, %llu", globalTicks, CoreTiming::GetTicks());