mirror of
https://github.com/citra-emu/citra.git
synced 2025-07-06 02:50:08 +00:00

Allows interfaces to move the vector into the calls, avoiding any reallocations. Many existing call sites already std::move into the parameter, expecting a move to occur. Only a few remain where this wasn't already being done, which we can convert over.