diff --git a/GPU/GPUCommon.cpp b/GPU/GPUCommon.cpp index 067f2a2a27..1c1e3ed850 100644 --- a/GPU/GPUCommon.cpp +++ b/GPU/GPUCommon.cpp @@ -485,6 +485,7 @@ bool GPUCommon::InterpretList(DisplayList &list) { #endif cycleLastPC = list.pc; + cyclesExecuted += 300; downcount = list.stall == 0 ? 0x0FFFFFFF : (list.stall - list.pc) / 4; list.state = PSP_GE_DL_STATE_RUNNING; list.interrupted = false;