mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-01-22 20:51:55 -08:00
64f226889c
Previously const objects were being std::moved, which results in no move actually occurring. This resolves that.