mirror of
https://github.com/libretro/pcsx2.git
synced 2025-02-15 23:18:04 +00:00
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);
|
||||
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);
|
||||
}
|
||||
//-------------------------Write back flags------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user