diff options
| author | 2018-08-20 17:16:23 -0400 | |
|---|---|---|
| committer | 2018-08-20 17:18:31 -0400 | |
| commit | 9e9a4bb3a78543f6ada98fa4b16509b11026a6d6 (patch) | |
| tree | d4a3ef2cd417ba0780be18204a3487a175bd7ed9 /src/input_common/main.cpp | |
| parent | Merge pull request #1104 from Subv/instanced_arrays (diff) | |
| download | yuzu-9e9a4bb3a78543f6ada98fa4b16509b11026a6d6.tar.gz yuzu-9e9a4bb3a78543f6ada98fa4b16509b11026a6d6.tar.xz yuzu-9e9a4bb3a78543f6ada98fa4b16509b11026a6d6.zip | |
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).
Diffstat (limited to 'src/input_common/main.cpp')
0 files changed, 0 insertions, 0 deletions