mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-08-02 13:00:08 +00:00

Given the std::vector was const, an automatic move out of the function could not occur. We can allow automatic return value optimizations to occur by making the buffer non-const.