mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-10 19:28:01 -05:00
telemetry: Log a few simple data fields throughout core.
This commit is contained in:
@ -31,7 +31,7 @@ public:
|
||||
}
|
||||
|
||||
private:
|
||||
Telemetry::FieldCollection field_collection; ///< Field collection, tracks all added fields
|
||||
Telemetry::FieldCollection field_collection; ///< Tracks all added fields for the session
|
||||
std::unique_ptr<Telemetry::VisitorInterface> backend; ///< Backend interface that logs fields
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user