mirror of https://github.com/PCSX2/pcsx2.git
microVU:
- fixed a bug from r1281 when the tri-ace gamefix is unchecked xD git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1284 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
949c02ed45
commit
7fef12a4cb
|
@ -373,7 +373,7 @@ void SSE_MIN2SS_XMM_to_XMM(x86SSERegType to, x86SSERegType from) {
|
|||
// Warning: Modifies all vectors in 'to' and 'from', and Modifies xmmT1 and xmmT2
|
||||
void SSE_ADD2SS_XMM_to_XMM(x86SSERegType to, x86SSERegType from) {
|
||||
|
||||
if (!CHECK_VUADDSUBHACK) return;
|
||||
if (!CHECK_VUADDSUBHACK) { SSE_ADDSS_XMM_to_XMM(to, from); return; }
|
||||
u8 *localptr[8];
|
||||
|
||||
SSE_MOVAPS_XMM_to_XMM(xmmT1, to);
|
||||
|
|
Loading…
Reference in New Issue