mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01: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;
|
thread->state -= cpu_flag::suspend;
|
||||||
}
|
}
|
||||||
|
|
||||||
notify_spus[thread->index] = thread;
|
notify_spus[group->threads_map[thread->index]] = thread;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue