diff options
| author | 2017-07-12 21:31:12 -0400 | |
|---|---|---|
| committer | 2017-07-12 21:31:12 -0400 | |
| commit | 9cf261ba8ba4fd9929d275cc793d48d13df624f3 (patch) | |
| tree | 2eb47ab96bde081a84c5dd7c8107a21cb8a3511c /src/core/settings.h | |
| parent | Merge pull request #2815 from mailwl/bossp (diff) | |
| parent | web_backend: Specify api-version on JSON post. (diff) | |
| download | yuzu-9cf261ba8ba4fd9929d275cc793d48d13df624f3.tar.gz yuzu-9cf261ba8ba4fd9929d275cc793d48d13df624f3.tar.xz yuzu-9cf261ba8ba4fd9929d275cc793d48d13df624f3.zip | |
Merge pull request #2819 from bunnei/telemetry-submit
Telemetry: Submit logged data to the Citra service
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 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 |