Răsfoiți Sursa

telemetry_session.h: Reword Documentation Comment from citra to yuzu

N00byKing 8 ani în urmă
părinte
comite
98f0352728
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      src/core/telemetry_session.h

+ 2 - 2
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
  */