mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-29 13:20:42 +00:00
savestates:/sys_spu: Fix join saving
This commit is contained in:
parent
711afeb688
commit
5cf80c05a5
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user