mirror of https://github.com/yuzu-mirror/yuzu
profile_manager: Remove unnecessary std::move in AddToProfiles() and CreateNewUser()
Moving a const reference isn't possible, so this just results in a copy (and given ProfileInfo is composed of trivial types and aggregates, a move wouldn't really do anything).pull/8/head
parent
028d90eb79
commit
9e9a4bb3a7
Loading…
Reference in New Issue