mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Merge pull request #5988 from unknownbrackets/gpu-minor
Eat a few more cycles on END cmds
This commit is contained in:
commit
651b33f918
1 changed files with 3 additions and 0 deletions
|
@ -773,6 +773,9 @@ void GPUCommon::Execute_End(u32 op, u32 diff) {
|
|||
easy_guard guard(listLock);
|
||||
const u32 prev = Memory::ReadUnchecked_U32(currentList->pc - 4);
|
||||
UpdatePC(currentList->pc);
|
||||
// Count in a few extra cycles on END.
|
||||
cyclesExecuted += 60;
|
||||
|
||||
switch (prev >> 24) {
|
||||
case GE_CMD_SIGNAL:
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue