settings: Add enable_telemetry, citra_username, and citra_token.
This commit is contained in:
parent
d6a819c7cb
commit
c781aea947
4 changed files with 20 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue