settings: Add enable_telemetry, citra_username, and citra_token.
This commit is contained in:
parent
d6a819c7cb
commit
c781aea947
4 changed files with 20 additions and 0 deletions
|
@ -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 =
|
||||
)";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue