Merge pull request #3069 from B3n30/announce_room_webservice

Announce room webservice
This commit is contained in:
Weiyi Wang 2018-02-08 18:46:10 +02:00 committed by GitHub
commit 3c03da12c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 584 additions and 20 deletions

View file

@ -139,6 +139,7 @@ struct Values {
bool enable_telemetry;
std::string telemetry_endpoint_url;
std::string verify_endpoint_url;
std::string announce_multiplayer_room_endpoint_url;
std::string citra_username;
std::string citra_token;
} extern values;