Merge pull request #4134 from raven02/patch-33

Try to use a smaller value for cyclesExecuted
This commit is contained in:
Henrik Rydgård 2013-10-12 02:55:32 -07:00
commit f86e478d9f

View File

@ -485,7 +485,7 @@ bool GPUCommon::InterpretList(DisplayList &list) {
#endif
cycleLastPC = list.pc;
cyclesExecuted += 300;
cyclesExecuted += 60;
downcount = list.stall == 0 ? 0x0FFFFFFF : (list.stall - list.pc) / 4;
list.state = PSP_GE_DL_STATE_RUNNING;
list.interrupted = false;