diff options
author | bunnei <bunneidev@gmail.com> | 2019-03-06 21:41:53 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-06 21:41:53 -0500 |
commit | d2ff93c31952d5f9c278ea86b8fef177f78d226e (patch) | |
tree | bbdbd5c6b1013930170f80ec3b882271effb695f /src/yuzu_cmd/yuzu.cpp | |
parent | 75b417489ad3e23f62060933b0fe0f29646bbd04 (diff) | |
parent | b11492845938b5bea8f5927753e00328aaec56fc (diff) |
Merge pull request #2190 from lioncash/ogl-global
core: Remove the global telemetry accessor function
Diffstat (limited to 'src/yuzu_cmd/yuzu.cpp')
-rw-r--r-- | src/yuzu_cmd/yuzu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu_cmd/yuzu.cpp b/src/yuzu_cmd/yuzu.cpp index c34b5467f..c6c66a787 100644 --- a/src/yuzu_cmd/yuzu.cpp +++ b/src/yuzu_cmd/yuzu.cpp @@ -216,7 +216,7 @@ int main(int argc, char** argv) { } } - Core::Telemetry().AddField(Telemetry::FieldType::App, "Frontend", "SDL"); + system.TelemetrySession().AddField(Telemetry::FieldType::App, "Frontend", "SDL"); system.Renderer().Rasterizer().LoadDiskResources(); |