Savestates/sys_spu: Minor fix in saving sys_spu_thread_receive_event

This commit is contained in:
Eladash 2022-07-09 17:35:02 +03:00 committed by Ivan
parent 2cead6f328
commit befd7ceb89
3 changed files with 27 additions and 25 deletions

View file

@ -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)
{