From 30e3956ea76651ba596614f410e12f6458220648 Mon Sep 17 00:00:00 2001 From: Gregory Hainaut Date: Mon, 11 May 2015 11:19:18 +0200 Subject: [PATCH] gsdx-ogl: avoid issue with apitrace The tool doesn't support NaN value so be sure the buffer is correctly initialized --- plugins/GSdx/GSDeviceOGL.h | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/GSdx/GSDeviceOGL.h b/plugins/GSdx/GSDeviceOGL.h index 42c12ebd37..490ef960a6 100644 --- a/plugins/GSdx/GSDeviceOGL.h +++ b/plugins/GSdx/GSDeviceOGL.h @@ -270,6 +270,7 @@ class GSDeviceOGL : public GSDevice MinF_TA = GSVector4::zero(); MskFix = GSVector4i::zero(); AlphaCoeff = GSVector4::zero(); + TC_OffsetHack = GSVector4::zero(); } __forceinline bool Update(const PSConstantBuffer* cb)