yuzu-emu
/
yuzu-mainline
Archived
1
0
Fork 0
This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
yuzu-mainline/src/web_service
Lioncash 183a664405 web_backend: Make Client use the PImpl idiom
Like with TelemetryJson, we can make the implementation details private
and avoid the need to expose httplib to external libraries that need to
use the Client class.
2018-10-10 22:29:35 -04:00
..
CMakeLists.txt Review comments - part 5 2018-10-02 16:04:10 +02:00
telemetry_json.cpp web_backend: Make Client use the PImpl idiom 2018-10-10 22:29:35 -04:00
telemetry_json.h telemetry_json: Use the PImpl idiom to avoid unnecessary dependency exposure 2018-10-10 21:10:36 -04:00
verify_login.cpp web_backend: Make Client use the PImpl idiom 2018-10-10 22:29:35 -04:00
verify_login.h Port web_service from Citra 2018-10-02 15:30:48 +02:00
web_backend.cpp web_backend: Make Client use the PImpl idiom 2018-10-10 22:29:35 -04:00
web_backend.h web_backend: Make Client use the PImpl idiom 2018-10-10 22:29:35 -04:00