summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2017-08-23 04:37:03 +0200
committerbunnei <bunneidev@gmail.com>2017-08-26 05:10:00 +0200
commitc781aea947e275a970a3431a36160b769865993d (patch)
tree1c1971aeba3563beb3e2b092a751f07df0c40dfd /src/core
parenttelemetry_session: Log telemetry ID. (diff)
downloadyuzu-c781aea947e275a970a3431a36160b769865993d.tar
yuzu-c781aea947e275a970a3431a36160b769865993d.tar.gz
yuzu-c781aea947e275a970a3431a36160b769865993d.tar.bz2
yuzu-c781aea947e275a970a3431a36160b769865993d.tar.lz
yuzu-c781aea947e275a970a3431a36160b769865993d.tar.xz
yuzu-c781aea947e275a970a3431a36160b769865993d.tar.zst
yuzu-c781aea947e275a970a3431a36160b769865993d.zip
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 ca657719a..bf8014c5a 100644
--- a/src/core/settings.h
+++ b/src/core/settings.h
@@ -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