citra/src/web_service
Lioncash 8747d93f6a telemetry_json: Take std::string parameters by value
Taking them by const reference isn't advisable here, because it means
the std::move calls were doing nothing and we were always copying the
std::string instances.
2018-10-23 15:33:34 +02:00
..
2018-10-20 10:35:55 -04:00
2018-10-20 10:35:55 -04:00