From a14420e351311148f0a9851819b863438613b47d Mon Sep 17 00:00:00 2001 From: N00byKing Date: Mon, 26 Mar 2018 21:31:19 +0200 Subject: [PATCH] telemetry_session.h: Reword Documentation Comment from citra to yuzu --- src/core/telemetry_session.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/telemetry_session.h b/src/core/telemetry_session.h index 550c6ea2d7..dbc4f8bd49 100644 --- a/src/core/telemetry_session.h +++ b/src/core/telemetry_session.h @@ -50,8 +50,8 @@ u64 RegenerateTelemetryId(); /** * Verifies the username and token. - * @param username Citra username to use for authentication. - * @param token Citra token to use for authentication. + * @param username yuzu username to use for authentication. + * @param token yuzu token to use for authentication. * @param func A function that gets exectued when the verification is finished * @returns Future with bool indicating whether the verification succeeded */