mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 20:15:27 +00:00
sys_spu_thread_group_join fix
This commit is contained in:
parent
50fb51dd0d
commit
e1ac43e1b8
1 changed files with 1 additions and 0 deletions
|
@ -457,6 +457,7 @@ s32 sys_spu_thread_group_join(u32 id, mem32_t cause, mem32_t status)
|
|||
}
|
||||
}
|
||||
|
||||
group_info->m_state = SPU_THREAD_GROUP_STATUS_INITIALIZED;
|
||||
group_info->lock = 0; // release lock TODO: this LOCK may be replaced.
|
||||
return CELL_OK;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue