gsdx:-debug: Update previous GSDrawingContext commit to show log only on gl sw renderer.

Follow up from:

46e63c1f17
This commit is contained in:
lightningterror 2019-03-26 14:40:17 +01:00
parent a16fe6f016
commit e73607395b
1 changed files with 1 additions and 1 deletions

View File

@ -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,