mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 06:21:26 +12:00
Fix default PPU nj status
TODO: Support it...
This commit is contained in:
parent
d555eeb0f4
commit
aa44ef1f44
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ public:
|
||||||
exception, the corresponding element in the target vr is cleared to '0'. In both cases, the '0'
|
exception, the corresponding element in the target vr is cleared to '0'. In both cases, the '0'
|
||||||
has the same sign as the denormalized or underflowing value.
|
has the same sign as the denormalized or underflowing value.
|
||||||
*/
|
*/
|
||||||
bool nj = true;
|
bool nj = false;
|
||||||
|
|
||||||
u32 raddr{0}; // Reservation addr
|
u32 raddr{0}; // Reservation addr
|
||||||
u64 rtime{0};
|
u64 rtime{0};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue