From f61c9da7d3cda3a13b40dce8657da4cfcc848aa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filiph=20Sandstr=C3=B6m?= Date: Fri, 23 Oct 2015 23:50:51 +0200 Subject: [PATCH] Update ptm.h --- src/core/hle/service/ptm/ptm.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/core/hle/service/ptm/ptm.h b/src/core/hle/service/ptm/ptm.h index b690003cb..0dc35480d 100644 --- a/src/core/hle/service/ptm/ptm.h +++ b/src/core/hle/service/ptm/ptm.h @@ -71,6 +71,14 @@ void GetBatteryLevel(Interface* self); */ void GetBatteryChargeState(Interface* self); +/** + * PTM::GetBatteryChargeState service function + * Outputs: + * 1 : Result of function, 0 on success, otherwise error code + * 2 : Output of function, * = total step count + */ +void GetTotalStepCount(Interface* self); + /** * PTM::IsLegacyPowerOff service function * Outputs: