SPU: Fix group wakeup

This commit is contained in:
Elad 2025-09-21 16:31:58 +03:00
parent 1667998b4e
commit 77f2a4577f

View file

@ -6959,7 +6959,7 @@ extern void resume_spu_thread_group_from_waiting(spu_thread& spu, std::array<sha
thread->state -= cpu_flag::suspend;
}
notify_spus[thread->index] = thread;
notify_spus[group->threads_map[thread->index]] = thread;
}
}
}