From b3facaa6bb30cdc39f2b7d632fef1e3bfeee7785 Mon Sep 17 00:00:00 2001 From: Zephyron Date: Tue, 31 Dec 2024 17:07:49 +1000 Subject: chore: update project references and add Citron copyright - Replaced all references to the old project name with Citron. - Added Citron copyright information alongside existing notices in all files. --- src/core/telemetry_session.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/telemetry_session.h') 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); -- cgit v1.2.3