Change variable name to web_api_url

This commit is contained in:
fearlessTobi 2018-09-12 19:07:06 +02:00
parent d408f89a91
commit b82bf1ccdb
8 changed files with 23 additions and 26 deletions

View file

@ -165,7 +165,7 @@ struct Values {
// WebService
bool enable_telemetry;
std::string web_services_endpoint_url;
std::string web_api_url;
std::string citra_username;
std::string citra_token;
} extern values;