mirror of https://github.com/PCSX2/pcsx2.git
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
This commit is contained in:
parent
ff6b79085d
commit
d72a64b9cf
|
@ -657,7 +657,7 @@ inline void RenderCheckForMemory(tex0Info& texframe, list<CRenderTarget*>& 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();
|
||||
|
|
Loading…
Reference in New Issue