mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-06 11:40:07 +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.