summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/settings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/settings.h b/src/core/settings.h
index 03c64c94c..ee16bb90a 100644
--- a/src/core/settings.h
+++ b/src/core/settings.h
@@ -126,6 +126,9 @@ struct Values {
126 // Debugging 126 // Debugging
127 bool use_gdbstub; 127 bool use_gdbstub;
128 u16 gdbstub_port; 128 u16 gdbstub_port;
129
130 // WebService
131 std::string telemetry_endpoint_url;
129} extern values; 132} extern values;
130 133
131// a special value for Values::region_value indicating that citra will automatically select a region 134// a special value for Values::region_value indicating that citra will automatically select a region