mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-04-04 09:31:07 +00:00

Avoids using a u32 to compare against a range of size_t, which can be a source of warnings. While we're at it, compress a std::tie into a structured binding.