summaryrefslogtreecommitdiff
path: root/src/core/settings.h
diff options
context:
space:
mode:
authorGravatar bunnei2017-08-26 20:15:15 -0400
committerGravatar GitHub2017-08-26 20:15:15 -0400
commit22fc378fe9f3314b08d81ffaaf57fd8688e9e3cc (patch)
treed263eaca71ee08c3f9b81441b42bcd0e35977510 /src/core/settings.h
parentSidebySide Layout (#2859) (diff)
parentweb_backend: Fix CPR bug where Winsock is not properly initializing. (diff)
downloadyuzu-22fc378fe9f3314b08d81ffaaf57fd8688e9e3cc.tar.gz
yuzu-22fc378fe9f3314b08d81ffaaf57fd8688e9e3cc.tar.xz
yuzu-22fc378fe9f3314b08d81ffaaf57fd8688e9e3cc.zip
Merge pull request #2897 from bunnei/telemetry-ui
Telemetry UI and final touches
Diffstat (limited to 'src/core/settings.h')
-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 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