mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 15:31:26 +12: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.
|
group_info->lock = 0; // release lock TODO: this LOCK may be replaced.
|
||||||
return CELL_OK;
|
return CELL_OK;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue