updated ZeroFrog's change from the official PCSX2 svn 396

git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@219 a6443dda-0b58-4228-96e9-037be469359c
This commit is contained in:
cottonvibes 2008-10-19 23:44:10 +00:00 committed by Gregory Hainaut
parent caca9f3e11
commit a6399cd633
1 changed files with 1 additions and 1 deletions

View File

@ -846,7 +846,7 @@
#define UNPACK_V3_8SSE_4A UNPACK_V3_8SSE_4
#define UNPACK_V3_8SSE_3(CL, TOTALCL, MaskType, ModeType) \
movd XMM_R0, word ptr [VIF_SRC]; \
movd XMM_R0, dword ptr [VIF_SRC]; \
movd XMM_R1, dword ptr [VIF_SRC+3]; \
\
punpcklbw XMM_R0, XMM_R0; \