aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/ptm/ptm_u.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2017-05-19 11:03:55 -0400
committerGitHub <noreply@github.com>2017-05-19 11:03:55 -0400
commitb70cd0c33f71dd836db97f1a43f2ece40841453a (patch)
tree0f3ea5b506cd24063c705bdfc4ce76e2ed4b8c91 /src/core/hle/service/ptm/ptm_u.cpp
parent55b7f1a7b3750de7549327d48ddc72f0da4287c1 (diff)
parentb2e82d16c80229261f55fbb25d84ac00a60cefac (diff)
Merge pull request #2710 from emmauss/ptm_ipc
use IPCHelper for PTM services
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 e0b65ba89..696a58a36 100644
--- a/src/core/hle/service/ptm/ptm_u.cpp
+++ b/src/core/hle/service/ptm/ptm_u.cpp
@@ -17,7 +17,7 @@ const Interface::FunctionInfo FunctionTable[] = {
{0x00060000, GetShellState, "GetShellState"},
{0x00070000, GetBatteryLevel, "GetBatteryLevel"},
{0x00080000, GetBatteryChargeState, "GetBatteryChargeState"},
- {0x00090000, nullptr, "GetPedometerState"},
+ {0x00090000, GetPedometerState, "GetPedometerState"},
{0x000A0042, nullptr, "GetStepHistoryEntry"},
{0x000B00C2, nullptr, "GetStepHistory"},
{0x000C0000, GetTotalStepCount, "GetTotalStepCount"},