mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-09-20 07:42:15 -07:00
We were performing an int < size_t comparison. We can just correct the type of the induction variable.
We were performing an int < size_t comparison. We can just correct the type of the induction variable.