mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Decrement downcount in the interpreter.
This commit is contained in:
parent
784c191caf
commit
49965b7f1d
1 changed files with 1 additions and 0 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Reference in a new issue