mirror of https://github.com/PCSX2/pcsx2.git
microVU: move the overflow flags to the correct position...
This commit is contained in:
parent
f9d96f55a5
commit
951cce7543
|
@ -85,7 +85,7 @@ static void mVUupdateFlags(mV, const xmm& reg, const xmm& regT1in = xEmptyReg, c
|
||||||
xOR(sReg, 0x820000);
|
xOR(sReg, 0x820000);
|
||||||
oJMP.SetTarget();
|
oJMP.SetTarget();
|
||||||
|
|
||||||
xSHL(gprT2, 8 + ADD_XYZW); // Add the results to the MAC Flag
|
xSHL(gprT2, 12 + ADD_XYZW); // Add the results to the MAC Flag
|
||||||
xOR(mReg, gprT2);
|
xOR(mReg, gprT2);
|
||||||
}
|
}
|
||||||
//-------------------------Write back flags------------------------------
|
//-------------------------Write back flags------------------------------
|
||||||
|
|
Loading…
Reference in New Issue