summaryrefslogtreecommitdiff
path: root/src/yuzu_cmd
diff options
context:
space:
mode:
authorGravatar fearlessTobi2018-09-19 20:04:45 +0200
committerGravatar fearlessTobi2018-10-02 15:30:48 +0200
commitaa484688623db59df3ef334a63eff98d98e362f3 (patch)
tree23c2ccdbe5e562e281e1e96d306036f724856461 /src/yuzu_cmd
parentweb_backend: protect jwt cache with a mutex (diff)
downloadyuzu-aa484688623db59df3ef334a63eff98d98e362f3.tar.gz
yuzu-aa484688623db59df3ef334a63eff98d98e362f3.tar.xz
yuzu-aa484688623db59df3ef334a63eff98d98e362f3.zip
Review comments - part 3
Diffstat (limited to 'src/yuzu_cmd')
-rw-r--r--src/yuzu_cmd/default_ini.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h
index eaa64da39..762396e3b 100644
--- a/src/yuzu_cmd/default_ini.h
+++ b/src/yuzu_cmd/default_ini.h
@@ -205,7 +205,7 @@ enable_telemetry =
205# URL for Web API 205# URL for Web API
206web_api_url = https://api.yuzu-emu.org 206web_api_url = https://api.yuzu-emu.org
207# Username and token for yuzu Web Service 207# Username and token for yuzu Web Service
208# See https://services.citra-emu.org/ for more info 208# See https://profile.yuzu-emu.org/ for more info
209yuzu_username = 209yuzu_username =
210yuzu_token = 210yuzu_token =
211)"; 211)";