mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-04-25 11:10:37 +00:00

The kernel keeps the internal waiting list ordered by priority. This is trivial to do with std::find_if followed by an insertion.
The kernel keeps the internal waiting list ordered by priority. This is trivial to do with std::find_if followed by an insertion.