mirror of
https://github.com/citra-emu/citra.git
synced 2025-08-30 19:40:31 +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.