From b6a55f50abf83160e3c02db199b8e381a58fe670 Mon Sep 17 00:00:00 2001 From: Gregory Hainaut Date: Tue, 19 Jul 2016 20:15:46 +0200 Subject: [PATCH] gsdx ogl: fully initialise PSConstantBuffer structure --- plugins/GSdx/GSDeviceOGL.h | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/GSdx/GSDeviceOGL.h b/plugins/GSdx/GSDeviceOGL.h index c81b50f08d..ef6d8be4f9 100644 --- a/plugins/GSdx/GSDeviceOGL.h +++ b/plugins/GSdx/GSDeviceOGL.h @@ -203,6 +203,7 @@ public: FogColor_AREF = GSVector4::zero(); HalfTexel = GSVector4::zero(); WH = GSVector4::zero(); + TA_Af = GSVector4::zero(); MinMax = GSVector4::zero(); MskFix = GSVector4i::zero(); TC_OH_TS = GSVector4::zero();