GSdx: Fix for the bad colors when capturing.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1636 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
ramapcsx2 2009-08-16 13:46:50 +00:00
parent 2dc77cd128
commit 7a36e448c9
1 changed files with 1 additions and 1 deletions

View File

@ -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)