diff options
Diffstat (limited to 'src/core/settings.h')
| -rw-r--r-- | src/core/settings.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/settings.h b/src/core/settings.h index ca657719a..bf8014c5a 100644 --- a/src/core/settings.h +++ b/src/core/settings.h | |||
| @@ -130,7 +130,10 @@ struct Values { | |||
| 130 | u16 gdbstub_port; | 130 | u16 gdbstub_port; |
| 131 | 131 | ||
| 132 | // WebService | 132 | // WebService |
| 133 | bool enable_telemetry; | ||
| 133 | std::string telemetry_endpoint_url; | 134 | std::string telemetry_endpoint_url; |
| 135 | std::string citra_username; | ||
| 136 | std::string citra_token; | ||
| 134 | } extern values; | 137 | } extern values; |
| 135 | 138 | ||
| 136 | // a special value for Values::region_value indicating that citra will automatically select a region | 139 | // a special value for Values::region_value indicating that citra will automatically select a region |