diff options
author | Lioncash <mathew1800@gmail.com> | 2018-10-09 20:49:15 +0200 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2018-10-09 20:52:10 +0200 |
commit | e3b4d31f4ec689b1e4b16db124fb64dfc122ca07 (patch) | |
tree | e1d7c518515f714fdbd420f9ae560e187a22e2b2 /src/core | |
parent | telemetry_session: Add missing includes (diff) | |
download | yuzu-e3b4d31f4ec689b1e4b16db124fb64dfc122ca07.tar yuzu-e3b4d31f4ec689b1e4b16db124fb64dfc122ca07.tar.gz yuzu-e3b4d31f4ec689b1e4b16db124fb64dfc122ca07.tar.bz2 yuzu-e3b4d31f4ec689b1e4b16db124fb64dfc122ca07.tar.lz yuzu-e3b4d31f4ec689b1e4b16db124fb64dfc122ca07.tar.xz yuzu-e3b4d31f4ec689b1e4b16db124fb64dfc122ca07.tar.zst yuzu-e3b4d31f4ec689b1e4b16db124fb64dfc122ca07.zip |
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/telemetry_session.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/telemetry_session.h b/src/core/telemetry_session.h index 3438acd29..2a4845797 100644 --- a/src/core/telemetry_session.h +++ b/src/core/telemetry_session.h @@ -52,7 +52,6 @@ u64 RegenerateTelemetryId(); * Verifies the username and token. * @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 */ bool VerifyLogin(const std::string& username, const std::string& token); |