From e71401068e234d62cc09d004c91bc75714d0807f Mon Sep 17 00:00:00 2001 From: "gregory.hainaut@gmail.com" Date: Mon, 18 Oct 2010 13:13:40 +0000 Subject: [PATCH] GregMiscellaneous: zzogl-pg: * Bad copy/paste: restore 256 entries texture git-svn-id: http://pcsx2.googlecode.com/svn/branches/GregMiscellaneous@3940 96395faa-99c1-11dd-bbfe-3dabce05a288 --- plugins/zzogl-pg/opengl/Clut.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/zzogl-pg/opengl/Clut.cpp b/plugins/zzogl-pg/opengl/Clut.cpp index 0ee8a7df3f..70d3fef9f6 100644 --- a/plugins/zzogl-pg/opengl/Clut.cpp +++ b/plugins/zzogl-pg/opengl/Clut.cpp @@ -451,12 +451,12 @@ __forceinline void GSMem_to_ClutBuffer(tex0Info &tex0) else { if (tex0.cpsm < 2) { - } else { #ifdef ZEROGS_SSE2 GSMem_to_ClutBuffer__T32_I8_CSM1_sse2(src, tex0.csa); #else GSMem_to_ClutBuffer__T32_I8_CSM1_c(src, tex0.csa); #endif + } else { #ifdef ZEROGS_SSE2 GSMem_to_ClutBuffer__T16_I8_CSM1_sse2(src, tex0.csa); #else