mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
caca9f3e11
commit
a6399cd633
|
@ -846,7 +846,7 @@
|
||||||
#define UNPACK_V3_8SSE_4A UNPACK_V3_8SSE_4
|
#define UNPACK_V3_8SSE_4A UNPACK_V3_8SSE_4
|
||||||
|
|
||||||
#define UNPACK_V3_8SSE_3(CL, TOTALCL, MaskType, ModeType) \
|
#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]; \
|
movd XMM_R1, dword ptr [VIF_SRC+3]; \
|
||||||
\
|
\
|
||||||
punpcklbw XMM_R0, XMM_R0; \
|
punpcklbw XMM_R0, XMM_R0; \
|
||||||
|
|
Loading…
Reference in New Issue