citra-nightly/src/web_service
Lioncash 9f6c1b058a CMakeLists: Use PROJECT_SOURCE_DIR instead of CMAKE_SOURCE_DIR
This is more localized to what we want to enforce directory-wise with
the project. CMAKE_SOURCE_DIR indicates the root of the source tree, but
this would cause the wrong behavior if someone included yuzu as part of
a larger buildsystem (for whatever reason). Instead, we want to use the
directory where the "project(yuzu)" command was declared as the root
path reference.
2018-10-27 00:20:52 +02:00
..
announce_room_json.cpp Address review comments 2018-10-20 10:35:55 -04:00
announce_room_json.h web_service: stop using std::future + callback style async 2018-09-13 16:14:34 -04:00
CMakeLists.txt CMakeLists: Use PROJECT_SOURCE_DIR instead of CMAKE_SOURCE_DIR 2018-10-27 00:20:52 +02:00
telemetry_json.cpp Address a bunch of review comments 2018-10-20 10:35:55 -04:00
telemetry_json.h Review comments - part 3 2018-10-20 10:35:55 -04:00
verify_login.cpp Review comments - part 3 2018-10-20 10:35:55 -04:00
verify_login.h web_service: stop using std::future + callback style async 2018-09-13 16:14:34 -04:00
web_backend.cpp web_service: hide dependencies to private 2018-10-20 10:47:17 -04:00
web_backend.h web_service: hide dependencies to private 2018-10-20 10:47:17 -04:00