mirror of https://github.com/PCSX2/pcsx2.git
gsdx: dump xyoffset register
This commit is contained in:
parent
0a5f796c33
commit
91f805675b
|
@ -1078,6 +1078,7 @@ template<int i> void GSState::GIFRegHandlerTEX2(const GIFReg* RESTRICT r)
|
||||||
|
|
||||||
template<int i> void GSState::GIFRegHandlerXYOFFSET(const GIFReg* RESTRICT r)
|
template<int i> void GSState::GIFRegHandlerXYOFFSET(const GIFReg* RESTRICT r)
|
||||||
{
|
{
|
||||||
|
GL_REG("XYOFFSET_%d = 0x%x_%x", i, r->u32[1], r->u32[0]);
|
||||||
GSVector4i o = (GSVector4i)r->XYOFFSET & GSVector4i::x0000ffff();
|
GSVector4i o = (GSVector4i)r->XYOFFSET & GSVector4i::x0000ffff();
|
||||||
|
|
||||||
if(!o.eq(m_env.CTXT[i].XYOFFSET))
|
if(!o.eq(m_env.CTXT[i].XYOFFSET))
|
||||||
|
|
Loading…
Reference in New Issue