summaryrefslogtreecommitdiffstats
path: root/src/core/core.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2019-03-07 03:41:53 +0100
committerGitHub <noreply@github.com>2019-03-07 03:41:53 +0100
commitd2ff93c31952d5f9c278ea86b8fef177f78d226e (patch)
treebbdbd5c6b1013930170f80ec3b882271effb695f /src/core/core.h
parentMerge pull request #2199 from lioncash/arbiter (diff)
parentcore/core: Remove the global telemetry accessor function (diff)
downloadyuzu-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 'src/core/core.h')
-rw-r--r--src/core/core.h4
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();
}