mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Savestates/sys_spu: Minor fix in saving sys_spu_thread_receive_event
This commit is contained in:
parent
2cead6f328
commit
befd7ceb89
3 changed files with 27 additions and 25 deletions
|
|
@ -4811,6 +4811,7 @@ bool spu_thread::stop_and_signal(u32 code)
|
|||
{
|
||||
queue->sq.emplace_back(this);
|
||||
group->run_state = SPU_THREAD_GROUP_STATUS_WAITING;
|
||||
group->waiter_spu_index = index;
|
||||
|
||||
for (auto& thread : group->threads)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue