Skip to content

Commit

Permalink
Merge pull request #4085 from raven02/patch-26
Browse files Browse the repository at this point in the history
Extra cycles executed.
  • Loading branch information
hrydgard committed Oct 9, 2013
2 parents 09ff13d + 2cdb2d1 commit 8785838
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GPU/GPUCommon.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit 8785838

Please sign in to comment.