summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFiliph Sandström <filiph.sandstrom@filfatstudios.com>2015-10-23 23:52:13 +0200
committerFiliph Sandström <filiph.sandstrom@filfatstudios.com>2015-10-23 23:52:13 +0200
commit844b9970b4153137e2b821e3b07dcc0800f449d3 (patch)
treef9addfb6fe09926f74c520d78c1bcf101d782cb6 /src
parentf61c9da7d3cda3a13b40dce8657da4cfcc848aa1 (diff)
Add GetTotalStepCount Stub
Diffstat (limited to 'src')
-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 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"},