mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 14:46:49 +01:00

If the parameter is const, then a move won't actually be able to occur, making the std::move non-functional. We can remove the const qualifier to remedy this.