mirror of https://github.com/PCSX2/pcsx2.git
gsdx-ogl: disable GL_DITHER
I really don't know the impact but it is not supported with integer texture.
This commit is contained in:
parent
8d3e3e6c5b
commit
a4c74ef872
|
@ -304,6 +304,7 @@ bool GSDeviceOGL::Create(GSWnd* wnd)
|
|||
glDisable(GL_CULL_FACE);
|
||||
glEnable(GL_SCISSOR_TEST);
|
||||
glDisable(GL_MULTISAMPLE);
|
||||
glDisable(GL_DITHER); // Honestly I don't know!
|
||||
|
||||
// ****************************************************************
|
||||
// DATE
|
||||
|
|
Loading…
Reference in New Issue