summaryrefslogtreecommitdiffstats
path: root/src/core/core.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-03-02 21:22:14 +0100
committerLioncash <mathew1800@gmail.com>2019-03-04 16:24:13 +0100
commitb11492845938b5bea8f5927753e00328aaec56fc (patch)
tree3892a93569db3ca66209542f4337d789726f8f1d /src/core/core.h
parentyuzu: Remove usage of the global telemetry accessor (diff)
downloadyuzu-b11492845938b5bea8f5927753e00328aaec56fc.tar
yuzu-b11492845938b5bea8f5927753e00328aaec56fc.tar.gz
yuzu-b11492845938b5bea8f5927753e00328aaec56fc.tar.bz2
yuzu-b11492845938b5bea8f5927753e00328aaec56fc.tar.lz
yuzu-b11492845938b5bea8f5927753e00328aaec56fc.tar.xz
yuzu-b11492845938b5bea8f5927753e00328aaec56fc.tar.zst
yuzu-b11492845938b5bea8f5927753e00328aaec56fc.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();
}