diff options
| author | emmaus <emmausssss@gmail.com> | 2017-05-17 21:12:59 +0000 |
|---|---|---|
| committer | emmaus <emmausssss@gmail.com> | 2017-05-19 08:44:58 +0000 |
| commit | b2e82d16c80229261f55fbb25d84ac00a60cefac (patch) | |
| tree | b511154c8ba714958dcdff4653440ea38da25e7e /src/core/hle/service/ptm/ptm_u.cpp | |
| parent | 8d558777a6484162b0cffe20b89bb486e88478a3 (diff) | |
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"}, |
