aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/ptm/ptm_u.cpp
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2016-12-08 19:34:32 -0800
committerGitHub <noreply@github.com>2016-12-08 19:34:32 -0800
commit18bf4acb9bc5b1ee79f757ea604efd8f10eac7cf (patch)
treee230f60ef4ae620bce849da9f72ee7e397c0de1a /src/core/hle/service/ptm/ptm_u.cpp
parent998390ac1a5d867d5441a921956d16f22d27a137 (diff)
parent007815647cfaed90d61e12fce50de0df98e2a8ba (diff)
Merge pull request #2287 from lioncash/svc
service: Minor PTM changes
Diffstat (limited to 'src/core/hle/service/ptm/ptm_u.cpp')
-rw-r--r--src/core/hle/service/ptm/ptm_u.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/ptm/ptm_u.cpp b/src/core/hle/service/ptm/ptm_u.cpp
index 65e868393..e0b65ba89 100644
--- a/src/core/hle/service/ptm/ptm_u.cpp
+++ b/src/core/hle/service/ptm/ptm_u.cpp
@@ -26,7 +26,7 @@ const Interface::FunctionInfo FunctionTable[] = {
{0x000F0084, nullptr, "GetStepHistoryAll"},
};
-PTM_U_Interface::PTM_U_Interface() {
+PTM_U::PTM_U() {
Register(FunctionTable);
}