diff options
| author | 2018-10-06 02:43:09 -0400 | |
|---|---|---|
| committer | 2018-10-06 02:43:09 -0400 | |
| commit | b8b90ce6e61329ebda226b9917ed961be3b80d1f (patch) | |
| tree | 8e6b82419db7fb24eb5d8f06346a0a1228f9513c /src/core/settings.h | |
| parent | Merge pull request #1447 from lioncash/mutex (diff) | |
| parent | Review comments - part 5 (diff) | |
| download | yuzu-b8b90ce6e61329ebda226b9917ed961be3b80d1f.tar.gz yuzu-b8b90ce6e61329ebda226b9917ed961be3b80d1f.tar.xz yuzu-b8b90ce6e61329ebda226b9917ed961be3b80d1f.zip | |
Merge pull request #1332 from FearlessTobi/port-web-backend
Port web_service from Citra
Diffstat (limited to 'src/core/settings.h')
| -rw-r--r-- | src/core/settings.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/settings.h b/src/core/settings.h index 0318d019c..1808f5937 100644 --- a/src/core/settings.h +++ b/src/core/settings.h | |||
| @@ -155,6 +155,12 @@ struct Values { | |||
| 155 | // Debugging | 155 | // Debugging |
| 156 | bool use_gdbstub; | 156 | bool use_gdbstub; |
| 157 | u16 gdbstub_port; | 157 | u16 gdbstub_port; |
| 158 | |||
| 159 | // WebService | ||
| 160 | bool enable_telemetry; | ||
| 161 | std::string web_api_url; | ||
| 162 | std::string yuzu_username; | ||
| 163 | std::string yuzu_token; | ||
| 158 | } extern values; | 164 | } extern values; |
| 159 | 165 | ||
| 160 | void Apply(); | 166 | void Apply(); |