Merge pull request #276 from N00byKing/acctoyuzu

Change Telemetry Names to yuzu and remove links to citra
This commit is contained in:
bunnei 2018-04-02 18:30:04 -04:00 committed by GitHub
commit 6cd1482354
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 10 deletions

View file

@ -177,12 +177,12 @@ gdbstub_port=24689
# 0: No, 1 (default): Yes
enable_telemetry =
# Endpoint URL for submitting telemetry data
telemetry_endpoint_url = https://services.citra-emu.org/api/telemetry
telemetry_endpoint_url =
# Endpoint URL to verify the username and token
verify_endpoint_url = https://services.citra-emu.org/api/profile
# Username and token for Citra Web Service
verify_endpoint_url =
# Username and token for yuzu Web Service
# See https://services.citra-emu.org/ for more info
citra_username =
citra_token =
yuzu_username =
yuzu_token =
)";
}