mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-04-26 09:50:50 -07:00
"value" is already a used variable name within the outermost ranged-for loop, so this variable was shadowing the outer one. This isn't a bug, but it will get rid of a -Wshadow warning.