mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-07-02 16:40:46 -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.