From 8644e85d3da990180d6a80d4518f2cdf6c052916 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Wed, 25 Oct 2017 22:09:08 +0200 Subject: [PATCH] Remove misguided hack. --- GPU/GPUCommon.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/GPU/GPUCommon.cpp b/GPU/GPUCommon.cpp index 852c37b6157f..53b39e6d322e 100644 --- a/GPU/GPUCommon.cpp +++ b/GPU/GPUCommon.cpp @@ -1083,8 +1083,6 @@ void GPUCommon::ProcessEvent(GPUEvent ev) { break; case GPU_EVENT_COPY_DISPLAY_TO_OUTPUT: - // Ending the frame will unbind the framebuffer. Better finish any outstanding draw calls... - drawEngineCommon_->DispatchFlush(); CopyDisplayToOutputInternal(); break;