mirror of
https://github.com/azahar-emu/azahar
synced 2025-11-16 20:09:58 +01: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.