summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ptm/ptm_u.cpp
diff options
context:
space:
mode:
authoremmaus <emmausssss@gmail.com>2017-05-17 23:12:59 +0200
committeremmaus <emmausssss@gmail.com>2017-05-19 10:44:58 +0200
commitb2e82d16c80229261f55fbb25d84ac00a60cefac (patch)
treeb511154c8ba714958dcdff4653440ea38da25e7e /src/core/hle/service/ptm/ptm_u.cpp
parentMerge pull request #2703 from wwylele/pica-reg-revise (diff)
downloadyuzu-b2e82d16c80229261f55fbb25d84ac00a60cefac.tar
yuzu-b2e82d16c80229261f55fbb25d84ac00a60cefac.tar.gz
yuzu-b2e82d16c80229261f55fbb25d84ac00a60cefac.tar.bz2
yuzu-b2e82d16c80229261f55fbb25d84ac00a60cefac.tar.lz
yuzu-b2e82d16c80229261f55fbb25d84ac00a60cefac.tar.xz
yuzu-b2e82d16c80229261f55fbb25d84ac00a60cefac.tar.zst
yuzu-b2e82d16c80229261f55fbb25d84ac00a60cefac.zip
Diffstat (limited to '')
-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 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"},