settings: Add enable_telemetry, citra_username, and citra_token.

This commit is contained in:
bunnei 2017-08-22 22:37:03 -04:00
parent d6a819c7cb
commit c781aea947
4 changed files with 20 additions and 0 deletions

View file

@ -176,7 +176,14 @@ use_gdbstub=false
gdbstub_port=24689
[WebService]
# Whether or not to enable telemetry
# 0: No, 1 (default): Yes
enable_telemetry =
# Endpoint URL for submitting telemetry data
telemetry_endpoint_url =
# Username and token for Citra Web Service
# See https://services.citra-emu.org/ for more info
citra_username =
citra_token =
)";
}