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

Compilation fix 3

This commit is contained in:
Nekotekina 2015-02-11 15:25:20 +03:00
parent 3e26971044
commit 250fb15592

View File

@ -250,7 +250,7 @@ public:
}
// Write the FPSCR
void Write(u128 & r)
void Write(const u128 & r)
{
_u32[3] = r._u32[3] & 0x00000F07;
_u32[2] = r._u32[2] & 0x00003F07;