mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 22:11:26 +12:00
savestates:/sys_spu: Fix join saving
This commit is contained in:
parent
711afeb688
commit
5cf80c05a5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue