yuzu/src/web_service
Lioncash 881bb2295d 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-10 20:59:28 -04:00
..
CMakeLists.txt Review comments - part 5 2018-10-02 16:04:10 +02:00
telemetry_json.cpp telemetry_json: Take std::string parameters by value 2018-10-10 20:59:28 -04:00
telemetry_json.h telemetry_json: Take std::string parameters by value 2018-10-10 20:59:28 -04:00
verify_login.cpp Review comments - part 3 2018-10-02 15:30:48 +02:00
verify_login.h Port web_service from Citra 2018-10-02 15:30:48 +02:00
web_backend.cpp Review comments -part 4 2018-10-02 15:30:49 +02:00
web_backend.h web_backend: protect jwt cache with a mutex 2018-10-02 15:30:48 +02:00