summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/apm/interface.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-08-07 16:05:24 +0200
committerLioncash <mathew1800@gmail.com>2018-08-07 16:05:26 +0200
commit12ab5a05474bf4bfc70257f604420e5a76927913 (patch)
treed8f5648c4bd68b747e1cf8330af4127320e4de2f /src/core/hle/service/apm/interface.h
parentMerge pull request #931 from DarkLordZach/nca-as-drd (diff)
downloadyuzu-12ab5a05474bf4bfc70257f604420e5a76927913.tar
yuzu-12ab5a05474bf4bfc70257f604420e5a76927913.tar.gz
yuzu-12ab5a05474bf4bfc70257f604420e5a76927913.tar.bz2
yuzu-12ab5a05474bf4bfc70257f604420e5a76927913.tar.lz
yuzu-12ab5a05474bf4bfc70257f604420e5a76927913.tar.xz
yuzu-12ab5a05474bf4bfc70257f604420e5a76927913.tar.zst
yuzu-12ab5a05474bf4bfc70257f604420e5a76927913.zip
Diffstat (limited to 'src/core/hle/service/apm/interface.h')
-rw-r--r--src/core/hle/service/apm/interface.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/core/hle/service/apm/interface.h b/src/core/hle/service/apm/interface.h
index fa68c7d93..d14264ad7 100644
--- a/src/core/hle/service/apm/interface.h
+++ b/src/core/hle/service/apm/interface.h
@@ -19,4 +19,12 @@ private:
std::shared_ptr<Module> apm;
};
+class APM_Sys final : public ServiceFramework<APM_Sys> {
+public:
+ explicit APM_Sys();
+
+private:
+ void GetPerformanceEvent(Kernel::HLERequestContext& ctx);
+};
+
} // namespace Service::APM