mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-20 22:05:06 +00:00
SPU: Fix group wakeup
This commit is contained in:
parent
1667998b4e
commit
d92ebf7b31
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue