summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ptm/ptm_sysm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/ptm/ptm_sysm.h')
-rw-r--r--src/core/hle/service/ptm/ptm_sysm.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/core/hle/service/ptm/ptm_sysm.h b/src/core/hle/service/ptm/ptm_sysm.h
index e9938a530..8afcebbba 100644
--- a/src/core/hle/service/ptm/ptm_sysm.h
+++ b/src/core/hle/service/ptm/ptm_sysm.h
@@ -9,6 +9,15 @@
namespace Service {
namespace PTM {
+class PTM_S final : public Interface {
+public:
+ PTM_S();
+
+ std::string GetPortName() const override {
+ return "ptm:s";
+ }
+};
+
class PTM_Sysm final : public Interface {
public:
PTM_Sysm();