mirror of
https://github.com/citra-emu/citra.git
synced 2025-04-20 18:00:49 +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.