From d72a64b9cf3528cfcd31fba89e36672b53c681c1 Mon Sep 17 00:00:00 2001 From: "gregory.hainaut" Date: Mon, 18 Jun 2012 21:38:41 +0000 Subject: [PATCH] zzogl: autocompletion typo. Interlace texture was attached to the wrong shader program git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5307 96395faa-99c1-11dd-bbfe-3dabce05a288 --- plugins/zzogl-pg/opengl/ZZoglCRTC.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/zzogl-pg/opengl/ZZoglCRTC.cpp b/plugins/zzogl-pg/opengl/ZZoglCRTC.cpp index 570e7432a0..b741650914 100644 --- a/plugins/zzogl-pg/opengl/ZZoglCRTC.cpp +++ b/plugins/zzogl-pg/opengl/ZZoglCRTC.cpp @@ -657,7 +657,7 @@ inline void RenderCheckForMemory(tex0Info& texframe, list& listT float4 valpha = RenderGetForClip(texframe.psm, CRTC_RENDER); ZZshGLSetTextureParameter(curr_ppsCRTC()->prog, curr_ppsCRTC()->sMemory, vb[0].pmemtarg->ptex->tex, "CRTC memory"); - RenderCreateInterlaceTex(texframe.th, CRTC_RENDER_TARG); + RenderCreateInterlaceTex(texframe.th, CRTC_RENDER); ZZshSetPixelShader(curr_ppsCRTC()->prog); DrawTriangleArray();