mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-26 12:42:41 +01:00
Compilation fix 3
This commit is contained in:
parent
3e26971044
commit
250fb15592
@ -250,7 +250,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Write the FPSCR
|
// Write the FPSCR
|
||||||
void Write(u128 & r)
|
void Write(const u128 & r)
|
||||||
{
|
{
|
||||||
_u32[3] = r._u32[3] & 0x00000F07;
|
_u32[3] = r._u32[3] & 0x00000F07;
|
||||||
_u32[2] = r._u32[2] & 0x00003F07;
|
_u32[2] = r._u32[2] & 0x00003F07;
|
||||||
|
Loading…
Reference in New Issue
Block a user