diff --git a/rpcs3/Emu/Cell/SPUThread.cpp b/rpcs3/Emu/Cell/SPUThread.cpp index 3d14d5de5a..c90038f66e 100644 --- a/rpcs3/Emu/Cell/SPUThread.cpp +++ b/rpcs3/Emu/Cell/SPUThread.cpp @@ -4476,8 +4476,6 @@ bool spu_thread::stop_and_signal(u32 code) { if (is_stopped(old)) { - // The thread group cannot be stopped while waiting for an event - ensure(!(old & cpu_flag::stop)); return false; }