diff options
| author | 2015-10-23 23:52:13 +0200 | |
|---|---|---|
| committer | 2015-10-23 23:52:13 +0200 | |
| commit | 844b9970b4153137e2b821e3b07dcc0800f449d3 (patch) | |
| tree | f9addfb6fe09926f74c520d78c1bcf101d782cb6 /src/core | |
| parent | Update ptm.h (diff) | |
| download | yuzu-844b9970b4153137e2b821e3b07dcc0800f449d3.tar.gz yuzu-844b9970b4153137e2b821e3b07dcc0800f449d3.tar.xz yuzu-844b9970b4153137e2b821e3b07dcc0800f449d3.zip | |
Add GetTotalStepCount Stub
Diffstat (limited to 'src/core')
| -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[] = { | |||
| 23 | {0x00090000, nullptr, "GetPedometerState"}, | 23 | {0x00090000, nullptr, "GetPedometerState"}, |
| 24 | {0x000A0042, nullptr, "GetStepHistoryEntry"}, | 24 | {0x000A0042, nullptr, "GetStepHistoryEntry"}, |
| 25 | {0x000B00C2, nullptr, "GetStepHistory"}, | 25 | {0x000B00C2, nullptr, "GetStepHistory"}, |
| 26 | {0x000C0000, nullptr, "GetTotalStepCount"}, | 26 | {0x000C0000, GetTotalStepCount, "GetTotalStepCount"}, |
| 27 | {0x000D0040, nullptr, "SetPedometerRecordingMode"}, | 27 | {0x000D0040, nullptr, "SetPedometerRecordingMode"}, |
| 28 | {0x000E0000, nullptr, "GetPedometerRecordingMode"}, | 28 | {0x000E0000, nullptr, "GetPedometerRecordingMode"}, |
| 29 | {0x000F0084, nullptr, "GetStepHistoryAll"}, | 29 | {0x000F0084, nullptr, "GetStepHistoryAll"}, |