settings: Add telemetry endpoint URL.

This commit is contained in:
bunnei 2017-06-27 22:46:52 -04:00
parent f7a9d42592
commit 8abf808854
4 changed files with 23 additions and 0 deletions

View file

@ -126,6 +126,9 @@ struct Values {
// Debugging
bool use_gdbstub;
u16 gdbstub_port;
// WebService
std::string telemetry_endpoint_url;
} extern values;
// a special value for Values::region_value indicating that citra will automatically select a region