diff options
| author | bunnei <bunneidev@gmail.com> | 2017-05-19 11:03:55 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-19 11:03:55 -0400 |
| commit | b70cd0c33f71dd836db97f1a43f2ece40841453a (patch) | |
| tree | 0f3ea5b506cd24063c705bdfc4ce76e2ed4b8c91 /src/core/hle/service/ptm/ptm_u.cpp | |
| parent | 55b7f1a7b3750de7549327d48ddc72f0da4287c1 (diff) | |
| parent | b2e82d16c80229261f55fbb25d84ac00a60cefac (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.cpp | 2 |
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"}, |
