settings: Add enable_telemetry, citra_username, and citra_token.

This commit is contained in:
bunnei 2017-08-22 22:37:03 -04:00
parent 58d3f0ae1d
commit 3142ed98b6
4 changed files with 20 additions and 0 deletions

View file

@ -130,7 +130,10 @@ struct Values {
u16 gdbstub_port;
// WebService
bool enable_telemetry;
std::string telemetry_endpoint_url;
std::string citra_username;
std::string citra_token;
} extern values;
// a special value for Values::region_value indicating that citra will automatically select a region