diff options
| author | Lioncash <mathew1800@gmail.com> | 2019-08-04 12:36:49 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2019-08-04 12:36:52 -0400 |
| commit | 8285a94d93370a95c42cb8164928e578964ed6cd (patch) | |
| tree | c2af3a4899fcf42177ef12e3cc5d498079f27369 /Source/Core/InputCommon/ControllerInterface/evdev | |
| parent | 75f3656804eb76113fe2e7750f1d03743a039ba6 (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')
0 files changed, 0 insertions, 0 deletions
