mirror of
https://github.com/citra-emu/citra.git
synced 2025-06-30 02:50:08 +00:00

auto i = 0 deduces to an int, which was being compared with a size_t within the loop condition.
auto i = 0 deduces to an int, which was being compared with a size_t within the loop condition.