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)