mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-10 19:28:01 -05:00
qt: Add an option to view/regenerate telemetry ID.
This commit is contained in:
@ -35,4 +35,16 @@ private:
|
||||
std::unique_ptr<Telemetry::VisitorInterface> backend; ///< Backend interface that logs fields
|
||||
};
|
||||
|
||||
/**
|
||||
* Gets TelemetryId, a unique identifier used for the user's telemetry sessions.
|
||||
* @returns The current TelemetryId for the session.
|
||||
*/
|
||||
u64 GetTelemetryId();
|
||||
|
||||
/**
|
||||
* Regenerates TelemetryId, a unique identifier used for the user's telemetry sessions.
|
||||
* @returns The new TelemetryId that was generated.
|
||||
*/
|
||||
u64 RegenerateTelemetryId();
|
||||
|
||||
} // namespace Core
|
||||
|
Reference in New Issue
Block a user