summaryrefslogtreecommitdiffstats
path: root/src/core/telemetry_session.h
diff options
context:
space:
mode:
authorfearlessTobi <thm.frey@gmail.com>2018-09-17 17:16:01 +0200
committerfearlessTobi <thm.frey@gmail.com>2018-10-02 15:30:48 +0200
commitb4ace6ec6f86079b3bd297f95dfe133240b53e15 (patch)
treeefbbacb734024ad2b0be5980bf67f553976c2c11 /src/core/telemetry_session.h
parentPort web_service from Citra (diff)
downloadyuzu-b4ace6ec6f86079b3bd297f95dfe133240b53e15.tar
yuzu-b4ace6ec6f86079b3bd297f95dfe133240b53e15.tar.gz
yuzu-b4ace6ec6f86079b3bd297f95dfe133240b53e15.tar.bz2
yuzu-b4ace6ec6f86079b3bd297f95dfe133240b53e15.tar.lz
yuzu-b4ace6ec6f86079b3bd297f95dfe133240b53e15.tar.xz
yuzu-b4ace6ec6f86079b3bd297f95dfe133240b53e15.tar.zst
yuzu-b4ace6ec6f86079b3bd297f95dfe133240b53e15.zip
Diffstat (limited to '')
-rw-r--r--src/core/telemetry_session.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/telemetry_session.h b/src/core/telemetry_session.h
index e6976ad45..cec271df0 100644
--- a/src/core/telemetry_session.h
+++ b/src/core/telemetry_session.h
@@ -56,6 +56,6 @@ u64 RegenerateTelemetryId();
* @param func A function that gets exectued when the verification is finished
* @returns Future with bool indicating whether the verification succeeded
*/
-bool VerifyLogin(std::string username, std::string token);
+bool VerifyLogin(const std::string& username, const std::string& token);
} // namespace Core