mirror of https://github.com/PCSX2/pcsx2.git
gsdx: fix a gcc warning
This commit is contained in:
parent
e195e67a48
commit
e45f90fac3
|
@ -1438,7 +1438,9 @@ bool GSRendererHW::OI_SuperManReturns(GSTexture* rt, GSTexture* ds, GSTextureCac
|
||||||
// Instead to use a fullscreen rectangle they use a 32 pixels, 4096 pixels with a FBW of 1.
|
// Instead to use a fullscreen rectangle they use a 32 pixels, 4096 pixels with a FBW of 1.
|
||||||
// Technically the FB wrap/overlap on itself...
|
// Technically the FB wrap/overlap on itself...
|
||||||
GSDrawingContext* ctx = m_context;
|
GSDrawingContext* ctx = m_context;
|
||||||
|
#ifndef NDEBUG
|
||||||
GSVertex* v = &m_vertex.buff[0];
|
GSVertex* v = &m_vertex.buff[0];
|
||||||
|
#endif
|
||||||
|
|
||||||
if (!(ctx->FRAME.FBP == ctx->ZBUF.ZBP && !PRIM->TME && !ctx->ZBUF.ZMSK && !ctx->FRAME.FBMSK && m_vt.m_eq.rgba == 0xFFFF))
|
if (!(ctx->FRAME.FBP == ctx->ZBUF.ZBP && !PRIM->TME && !ctx->ZBUF.ZMSK && !ctx->FRAME.FBMSK && m_vt.m_eq.rgba == 0xFFFF))
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in New Issue