summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2017-06-28 04:46:52 +0200
committerbunnei <bunneidev@gmail.com>2017-07-10 06:15:39 +0200
commit8abf808854e92af5f656744d582fbc7830eb68e2 (patch)
tree6dccb43e9db5ff0d3d1037a2b5c0a545d3fb7e54 /src/core
parentlogging: Add WebService as a log cateogry. (diff)
downloadyuzu-8abf808854e92af5f656744d582fbc7830eb68e2.tar
yuzu-8abf808854e92af5f656744d582fbc7830eb68e2.tar.gz
yuzu-8abf808854e92af5f656744d582fbc7830eb68e2.tar.bz2
yuzu-8abf808854e92af5f656744d582fbc7830eb68e2.tar.lz
yuzu-8abf808854e92af5f656744d582fbc7830eb68e2.tar.xz
yuzu-8abf808854e92af5f656744d582fbc7830eb68e2.tar.zst
yuzu-8abf808854e92af5f656744d582fbc7830eb68e2.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 03c64c94c..ee16bb90a 100644
--- a/src/core/settings.h
+++ b/src/core/settings.h
@@ -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