diff --git a/rpcs3/Emu/Cell/PPUThread.cpp b/rpcs3/Emu/Cell/PPUThread.cpp index 57c705df9f..17202ada6a 100644 --- a/rpcs3/Emu/Cell/PPUThread.cpp +++ b/rpcs3/Emu/Cell/PPUThread.cpp @@ -650,7 +650,7 @@ void ppu_thread::exec_task() return reinterpret_cast((uptr)(u32)op)(*this, {u32(op >> 32)}); }; - if (cia % 8 || !s_use_ssse3 || UNLIKELY(state)) + if (cia % 8 || UNLIKELY(state)) { if (test_stopped()) return;