mirror of
https://github.com/citra-emu/citra.git
synced 2025-04-24 03:10:06 +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.