savestates:/sys_spu: Fix join saving

This commit is contained in:
Elad Ashkenazi 2023-04-26 17:53:10 +03:00 committed by Ivan
parent 711afeb688
commit 5cf80c05a5

View File

@ -1485,7 +1485,7 @@ error_code sys_spu_thread_group_join(ppu_thread& ppu, u32 id, vm::ptr<u32> cause
{
std::lock_guard lock(group->mutex);
if (!group->waiter)
if (group->waiter != &ppu)
{
break;
}