microVU: move the overflow flags to the correct position...

This commit is contained in:
refractionpcsx2 2021-02-28 05:21:18 +00:00
parent f9d96f55a5
commit 951cce7543
1 changed files with 1 additions and 1 deletions

View File

@ -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------------------------------