mirror of https://github.com/yuzu-mirror/yuzu
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.pull/8/head
parent
a34e5e51d8
commit
881bb2295d
Loading…
Reference in New Issue