mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-02-09 20:04:47 +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.