forked from dolphin-emu/dolphin
This allows both std::moving into the function and moving the parameter from within the function, potentially avoiding an unnecessary copy.
This allows both std::moving into the function and moving the parameter from within the function, potentially avoiding an unnecessary copy.