summaryrefslogtreecommitdiff
path: root/src/core/telemetry_session.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/telemetry_session.h')
-rw-r--r--src/core/telemetry_session.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/telemetry_session.h b/src/core/telemetry_session.h
index 550c6ea2d..dbc4f8bd4 100644
--- a/src/core/telemetry_session.h
+++ b/src/core/telemetry_session.h
@@ -50,8 +50,8 @@ u64 RegenerateTelemetryId();
50 50
51/** 51/**
52 * Verifies the username and token. 52 * Verifies the username and token.
53 * @param username Citra username to use for authentication. 53 * @param username yuzu username to use for authentication.
54 * @param token Citra token to use for authentication. 54 * @param token yuzu token to use for authentication.
55 * @param func A function that gets exectued when the verification is finished 55 * @param func A function that gets exectued when the verification is finished
56 * @returns Future with bool indicating whether the verification succeeded 56 * @returns Future with bool indicating whether the verification succeeded
57 */ 57 */