mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-14 20:06:11 +00:00
CVParamTransfer contains a std::shared_ptr, so a copy here performs an unnecessary reference count increment and decrement. We can std::move here to avoid this.
3.7 KiB
3.7 KiB