From 2a82d392e36080af9cb420426c1456461e99dd35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Tue, 1 Feb 2022 00:05:32 +0100 Subject: [PATCH] Remove double flush in GE_CMD_END --- GPU/GPUCommon.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/GPU/GPUCommon.cpp b/GPU/GPUCommon.cpp index a1d69e9373ba..e1a1fdbd2a7c 100644 --- a/GPU/GPUCommon.cpp +++ b/GPU/GPUCommon.cpp @@ -2384,7 +2384,6 @@ void GPUCommon::ExecuteOp(u32 op, u32 diff) { break; case GE_CMD_END: - Flush(); Execute_End(op, diff); break;