diff options
| author | bunnei <bunneidev@gmail.com> | 2015-10-27 16:07:43 -0400 |
|---|---|---|
| committer | bunnei <bunneidev@gmail.com> | 2015-10-27 16:07:43 -0400 |
| commit | 7e18bcf6e0d429d9aeb23ec85acc762023d359d4 (patch) | |
| tree | 28d97fa0c2607099444e3b1f8f7bd6d0e3d8f1dd /src/core/hle/service/ptm/ptm_u.cpp | |
| parent | 8c385a3fc640b66d8d082ad81889363199b3036c (diff) | |
| parent | a06a32c05d54c8941697b95ee67739a844c22814 (diff) | |
Merge pull request #1217 from filfat/master
Add GetTotalStepCount Stub
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 3f5e9c7c1..09dc38c3e 100644 --- a/src/core/hle/service/ptm/ptm_u.cpp +++ b/src/core/hle/service/ptm/ptm_u.cpp @@ -23,7 +23,7 @@ const Interface::FunctionInfo FunctionTable[] = { {0x00090000, nullptr, "GetPedometerState"}, {0x000A0042, nullptr, "GetStepHistoryEntry"}, {0x000B00C2, nullptr, "GetStepHistory"}, - {0x000C0000, nullptr, "GetTotalStepCount"}, + {0x000C0000, GetTotalStepCount, "GetTotalStepCount"}, {0x000D0040, nullptr, "SetPedometerRecordingMode"}, {0x000E0000, nullptr, "GetPedometerRecordingMode"}, {0x000F0084, nullptr, "GetStepHistoryAll"}, |
