From b2e82d16c80229261f55fbb25d84ac00a60cefac Mon Sep 17 00:00:00 2001 From: emmaus Date: Wed, 17 May 2017 21:12:59 +0000 Subject: use IPCHelper for PTM services --- src/core/hle/service/ptm/ptm.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/core/hle/service/ptm/ptm.h') diff --git a/src/core/hle/service/ptm/ptm.h b/src/core/hle/service/ptm/ptm.h index 683fb445b..e17e59835 100644 --- a/src/core/hle/service/ptm/ptm.h +++ b/src/core/hle/service/ptm/ptm.h @@ -74,6 +74,14 @@ void GetBatteryLevel(Interface* self); */ void GetBatteryChargeState(Interface* self); +/** + * PTM::GetPedometerState service function + * Outputs: + * 1 : Result of function, 0 on success, otherwise error code + * 2 : Output of function, 0 = not counting steps, 1 = counting steps. + */ +void GetPedometerState(Interface* self); + /** * PTM::GetTotalStepCount service function * Outputs: -- cgit v1.2.3