mirror of https://github.com/PCSX2/pcsx2.git
parent
a4d0c23071
commit
856a12f94f
|
@ -40,6 +40,7 @@ GSRendererOGL::GSRendererOGL()
|
||||||
UserHacks_safe_fbmask = theApp.GetConfig("UserHacks_safe_fbmask", false);
|
UserHacks_safe_fbmask = theApp.GetConfig("UserHacks_safe_fbmask", false);
|
||||||
|
|
||||||
m_prim_overlap = PRIM_OVERLAP_UNKNOW;
|
m_prim_overlap = PRIM_OVERLAP_UNKNOW;
|
||||||
|
m_unsafe_fbmask = false;
|
||||||
|
|
||||||
if (!theApp.GetConfig("UserHacks", 0)) {
|
if (!theApp.GetConfig("UserHacks", 0)) {
|
||||||
UserHacks_TCOffset = 0;
|
UserHacks_TCOffset = 0;
|
||||||
|
|
Loading…
Reference in New Issue