diff options
author | bunnei <bunneidev@gmail.com> | 2019-03-07 03:41:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-07 03:41:53 +0100 |
commit | d2ff93c31952d5f9c278ea86b8fef177f78d226e (patch) | |
tree | bbdbd5c6b1013930170f80ec3b882271effb695f /src/core/core.h | |
parent | Merge pull request #2199 from lioncash/arbiter (diff) | |
parent | core/core: Remove the global telemetry accessor function (diff) | |
download | yuzu-d2ff93c31952d5f9c278ea86b8fef177f78d226e.tar yuzu-d2ff93c31952d5f9c278ea86b8fef177f78d226e.tar.gz yuzu-d2ff93c31952d5f9c278ea86b8fef177f78d226e.tar.bz2 yuzu-d2ff93c31952d5f9c278ea86b8fef177f78d226e.tar.lz yuzu-d2ff93c31952d5f9c278ea86b8fef177f78d226e.tar.xz yuzu-d2ff93c31952d5f9c278ea86b8fef177f78d226e.tar.zst yuzu-d2ff93c31952d5f9c278ea86b8fef177f78d226e.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/core.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/core.h b/src/core/core.h index d720013f7..ba76a41d8 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -293,10 +293,6 @@ inline ARM_Interface& CurrentArmInterface() { return System::GetInstance().CurrentArmInterface(); } -inline TelemetrySession& Telemetry() { - return System::GetInstance().TelemetrySession(); -} - inline Kernel::Process* CurrentProcess() { return System::GetInstance().CurrentProcess(); } |