aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/ptm/ptm.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2016-12-08 05:32:38 -0500
committerLioncash <mathew1800@gmail.com>2016-12-08 06:14:55 -0500
commit007815647cfaed90d61e12fce50de0df98e2a8ba (patch)
tree0c1a95c674f6e7d1cb472cb9521e0910d602be01 /src/core/hle/service/ptm/ptm.cpp
parent56656b75abf0d5c00b53fb091f17b2aa0d3f1c7c (diff)
service: Add the ptm:s service
3dbrew documents this as being the exact same as ptm:sysm
Diffstat (limited to 'src/core/hle/service/ptm/ptm.cpp')
-rw-r--r--src/core/hle/service/ptm/ptm.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/ptm/ptm.cpp b/src/core/hle/service/ptm/ptm.cpp
index da7d56ced..4d374ba17 100644
--- a/src/core/hle/service/ptm/ptm.cpp
+++ b/src/core/hle/service/ptm/ptm.cpp
@@ -110,6 +110,7 @@ void CheckNew3DS(Service::Interface* self) {
void Init() {
AddService(new PTM_Gets);
AddService(new PTM_Play);
+ AddService(new PTM_S);
AddService(new PTM_Sets);
AddService(new PTM_Sysm);
AddService(new PTM_U);