mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 21:30:19 -06:00
Qt: Implement analytics (+ prompt)
This commit is contained in:
@ -62,6 +62,8 @@ public:
|
||||
void SetForceNTSCJ(bool val);
|
||||
|
||||
// Analytics
|
||||
bool HasAskedForAnalyticsPermission() const;
|
||||
void SetAskedForAnalyticsPermission(bool value);
|
||||
bool GetAnalyticsEnabled() const;
|
||||
void SetAnalyticsEnabled(bool val);
|
||||
|
||||
|
Reference in New Issue
Block a user