summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/evdev/evdev.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-08-04 12:36:49 -0400
committerLioncash <mathew1800@gmail.com>2019-08-04 12:36:52 -0400
commit8285a94d93370a95c42cb8164928e578964ed6cd (patch)
treec2af3a4899fcf42177ef12e3cc5d498079f27369 /Source/Core/InputCommon/ControllerInterface/evdev/evdev.cpp
parent75f3656804eb76113fe2e7750f1d03743a039ba6 (diff)
UICommon/NetPlayIndex: Take std::vector by const reference in ParseResponse()
This variable isn't std::moved anywhere and is just read out of into a string. Instead of making a copy, and then another copy of the data into a std::string, we can take it by reference, only copying the data once.
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/evdev/evdev.cpp')
0 files changed, 0 insertions, 0 deletions