From d0a79d8cd1e22af0e340f27e9f3ff92c1fec865a Mon Sep 17 00:00:00 2001 From: Soren Jorvang Date: Thu, 27 May 2010 03:27:59 +0000 Subject: [PATCH] Revert previous. rodolfoosvaldobogado had already applied the same fix in the next-to-last change, just enough lines above that svn silently merged it. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5512 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Plugins/Plugin_VideoOGL/Src/FramebufferManager.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Source/Plugins/Plugin_VideoOGL/Src/FramebufferManager.cpp b/Source/Plugins/Plugin_VideoOGL/Src/FramebufferManager.cpp index 10c41ac813..35245c55ca 100644 --- a/Source/Plugins/Plugin_VideoOGL/Src/FramebufferManager.cpp +++ b/Source/Plugins/Plugin_VideoOGL/Src/FramebufferManager.cpp @@ -420,11 +420,6 @@ void FramebufferManager::copyToVirtualXFB(u32 xfbAddr, u32 fbWidth, u32 fbHeight newVirt.xfbSource.texHeight = m_targetHeight; newVirt.xfbSource.sourceRc = ConvertEFBRectangle(sourceRc); - /* is this needed? */ - newVirt.xfbSource.srcAddr = xfbAddr; - newVirt.xfbSource.srcWidth = fbWidth; - newVirt.xfbSource.srcHeight = fbHeight; - // Add the new Virtual XFB to the list if ((int)m_virtualXFBList.size() >= MAX_VIRTUAL_XFB)