From e73607395b12da518390a58105500dc636f8d973 Mon Sep 17 00:00:00 2001 From: lightningterror Date: Tue, 26 Mar 2019 14:40:17 +0100 Subject: [PATCH] gsdx:-debug: Update previous GSDrawingContext commit to show log only on gl sw renderer. Follow up from: https://github.com/PCSX2/pcsx2/commit/46e63c1f17ac608fdb9bf73f8ce924af5668e526 --- plugins/GSdx/GSDrawingContext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/GSdx/GSDrawingContext.cpp b/plugins/GSdx/GSDrawingContext.cpp index ea052a10ad..30ce8a2978 100644 --- a/plugins/GSdx/GSDrawingContext.cpp +++ b/plugins/GSdx/GSDrawingContext.cpp @@ -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,