mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-17 12:32:06 -07:00
In a lot of cases, we can make use of const references rather than non-const references. While we're in the area we can silence some truncation and sign conversion warnings.