mirror of
https://github.com/citra-emu/citra.git
synced 2025-07-31 18:01:07 +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.