mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-16 04:09:07 +00:00
SPU: Fix group wakeup
This commit is contained in:
parent
1667998b4e
commit
77f2a4577f
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user