1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 18:53:28 +01:00

Fix fcmp.

This commit is contained in:
Andrew Church 2015-01-18 07:02:18 +09:00
parent 6cd3310171
commit 42b55c60e7

View File

@ -702,6 +702,8 @@ public:
{
if ((FPSCR.FPSCR & mask) != mask) FPSCR.FX = 1;
FPSCR.FPSCR |= mask;
UpdateFPSCR_VX();
UpdateFPSCR_FEX();
}
void SetFPSCR_FI(const u32 val)