mirror of https://github.com/PCSX2/pcsx2.git
gsdx:-debug: Update previous GSDrawingContext commit to show log only on gl sw renderer.
Follow up from:
46e63c1f17
This commit is contained in:
parent
a16fe6f016
commit
e73607395b
|
@ -117,7 +117,7 @@ GIFRegTEX0 GSDrawingContext::GetSizeFixedTEX0(int s_n, const GSVector4& st, bool
|
|||
th = extend(uv.y, th);
|
||||
}
|
||||
|
||||
if((int)TEX0.TW != tw || (int)TEX0.TH != th)
|
||||
if((theApp.GetCurrentRendererType() == GSRendererType::OGL_SW) && ((int)TEX0.TW != tw || (int)TEX0.TH != th))
|
||||
{
|
||||
GL_INS("%5d:FixedTEX0 %05x %d %d tw %d=>%d th %d=>%d st (%.0f,%.0f,%.0f,%.0f) uvmax %d,%d wm %d,%d (%d,%d,%d,%d)",
|
||||
s_n,
|
||||
|
|
Loading…
Reference in New Issue