mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
b0cd667fd6
commit
e71401068e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue