mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-04-04 03:01:06 +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.