summaryrefslogtreecommitdiff
path: root/src/input_common/motion_emu.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-08-04 16:35:35 -0400
committerLioncash <mathew1800@gmail.com>2018-08-04 16:37:30 -0400
commitc1f76abfafc3723b3b216d7985ec18d895699afc (patch)
tree36f6ba4ab6c9dcc8be48ee5797688630543bb982 /src/input_common/motion_emu.cpp
parent2b06301dbfbfe79687219bf7783a6d1b47695401 (diff)
key_manager: Use regular std::string instead of std::string_view
The benefit of std::string_view comes from the idea of avoiding copies (essentially acting as a non-owning view), however if we're just going to copy into a local variable immediately, there's not much benefit gained here.
Diffstat (limited to 'src/input_common/motion_emu.cpp')
0 files changed, 0 insertions, 0 deletions