Skip to content

Commit

Permalink
Remove double flush in GE_CMD_END
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Jan 31, 2022
1 parent 6d31562 commit 2a82d39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion GPU/GPUCommon.cpp
Expand Up @@ -2384,7 +2384,6 @@ void GPUCommon::ExecuteOp(u32 op, u32 diff) {
break;

case GE_CMD_END:
Flush();
Execute_End(op, diff);
break;

Expand Down

0 comments on commit 2a82d39

Please sign in to comment.