settings: Add enable_telemetry, citra_username, and citra_token.

This commit is contained in:
bunnei 2017-08-22 22:37:03 -04:00
parent d6a819c7cb
commit c781aea947
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