mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
2dc77cd128
commit
7a36e448c9
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue