Change variable name to web_api_url
This commit is contained in:
parent
d408f89a91
commit
b82bf1ccdb
8 changed files with 23 additions and 26 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue