From aa44ef1f44d6e566f272e182e8261e5b2901692e Mon Sep 17 00:00:00 2001 From: eladash Date: Mon, 18 Mar 2019 21:29:23 +0200 Subject: [PATCH] Fix default PPU nj status TODO: Support it... --- rpcs3/Emu/Cell/PPUThread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Emu/Cell/PPUThread.h b/rpcs3/Emu/Cell/PPUThread.h index c00ae7f9b7..a2a1f12ccb 100644 --- a/rpcs3/Emu/Cell/PPUThread.h +++ b/rpcs3/Emu/Cell/PPUThread.h @@ -142,7 +142,7 @@ public: 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. */ - bool nj = true; + bool nj = false; u32 raddr{0}; // Reservation addr u64 rtime{0};