savestates:/sys_spu: Fix join saving
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user