mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
Merge pull request #4134 from raven02/patch-33
Try to use a smaller value for cyclesExecuted
This commit is contained in:
commit
f86e478d9f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user