mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 21:27:59 -05:00
Taking them by const reference isn't advisable here, because it means the std::move calls were doing nothing and we were always copying the std::string instances.