diff options
author | Filiph Sandström <filiph.sandstrom@filfatstudios.com> | 2015-10-23 23:52:13 +0200 |
---|---|---|
committer | Filiph Sandström <filiph.sandstrom@filfatstudios.com> | 2015-10-23 23:52:13 +0200 |
commit | 844b9970b4153137e2b821e3b07dcc0800f449d3 (patch) | |
tree | f9addfb6fe09926f74c520d78c1bcf101d782cb6 /src/core/hle/service | |
parent | Update ptm.h (diff) | |
download | yuzu-844b9970b4153137e2b821e3b07dcc0800f449d3.tar yuzu-844b9970b4153137e2b821e3b07dcc0800f449d3.tar.gz yuzu-844b9970b4153137e2b821e3b07dcc0800f449d3.tar.bz2 yuzu-844b9970b4153137e2b821e3b07dcc0800f449d3.tar.lz yuzu-844b9970b4153137e2b821e3b07dcc0800f449d3.tar.xz yuzu-844b9970b4153137e2b821e3b07dcc0800f449d3.tar.zst yuzu-844b9970b4153137e2b821e3b07dcc0800f449d3.zip |
Diffstat (limited to 'src/core/hle/service')
-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"}, |