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
This commit is contained in:
gregory.hainaut@gmail.com 2010-10-18 13:13:40 +00:00
parent b0cd667fd6
commit e71401068e
1 changed files with 1 additions and 1 deletions

View File

@ -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