From b94f65b66608148450c22615ea896d90bbc27ed4 Mon Sep 17 00:00:00 2001 From: NeoBrainX Date: Fri, 1 Mar 2013 01:37:47 +0100 Subject: [PATCH] Remove two incorrect lines. How did those even get there?! --- Source/Core/VideoCommon/Src/BPStructs.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Source/Core/VideoCommon/Src/BPStructs.cpp b/Source/Core/VideoCommon/Src/BPStructs.cpp index a8d081666f..a79af48370 100644 --- a/Source/Core/VideoCommon/Src/BPStructs.cpp +++ b/Source/Core/VideoCommon/Src/BPStructs.cpp @@ -269,8 +269,6 @@ void BPWritten(const BPCmd& bp) UPE_Copy PE_copy = bpmem.triggerEFBCopy; - g_renderer->ResumePixelPerf(true); - // Check if we are to copy from the EFB or draw to the XFB if (PE_copy.copy_to_xfb == 0) { @@ -309,8 +307,6 @@ void BPWritten(const BPCmd& bp) s_gammaLUT[PE_copy.gamma]); } - g_renderer->PausePixelPerf(true); - // Clear the rectangular region after copying it. if (PE_copy.clear) {