diff options
Diffstat (limited to 'src/core/telemetry_session.h')
-rw-r--r-- | src/core/telemetry_session.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/telemetry_session.h b/src/core/telemetry_session.h index 887dc98f3..fb03669ad 100644 --- a/src/core/telemetry_session.h +++ b/src/core/telemetry_session.h @@ -92,8 +92,8 @@ u64 RegenerateTelemetryId(); /** * Verifies the username and token. - * @param username yuzu username to use for authentication. - * @param token yuzu token to use for authentication. + * @param username citron username to use for authentication. + * @param token citron token to use for authentication. * @returns Future with bool indicating whether the verification succeeded */ bool VerifyLogin(const std::string& username, const std::string& token); |