SPU: Remove outdated assertation

This commit is contained in:
Eladash 2021-08-13 06:22:59 +03:00 committed by Ivan
parent 5784ffc972
commit f1f93b8f81

View file

@ -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;
}