mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-02-09 22:33:06 +01:00
Previously const objects were being std::moved, which results in no move actually occurring. This resolves that.
Previously const objects were being std::moved, which results in no move actually occurring. This resolves that.