From 7a36e448c955940ff33189cfc6ce96780bdb5b61 Mon Sep 17 00:00:00 2001 From: ramapcsx2 Date: Sun, 16 Aug 2009 13:46:50 +0000 Subject: [PATCH] GSdx: Fix for the bad colors when capturing. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1636 96395faa-99c1-11dd-bbfe-3dabce05a288 --- plugins/GSdx/GSDevice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/GSdx/GSDevice.cpp b/plugins/GSdx/GSDevice.cpp index 8d1dd4007a..32c0b01d31 100644 --- a/plugins/GSdx/GSDevice.cpp +++ b/plugins/GSdx/GSDevice.cpp @@ -25,7 +25,7 @@ GSDevice::GSDevice() : m_wnd(NULL) - , m_rbswapped(false) + , m_rbswapped(true) //(GScapture) was false before, but seems to be needed now (rama) , m_backbuffer(NULL) , m_merge(NULL) , m_weavebob(NULL)