summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFiliph Sandström <filiph.sandstrom@filfatstudios.com>2015-10-23 23:50:51 +0200
committerFiliph Sandström <filiph.sandstrom@filfatstudios.com>2015-10-23 23:50:51 +0200
commitf61c9da7d3cda3a13b40dce8657da4cfcc848aa1 (patch)
treec06b6630f0c7ad9556d81396d9360649279c2966
parent8c385a3fc640b66d8d082ad81889363199b3036c (diff)
Update ptm.h
-rw-r--r--src/core/hle/service/ptm/ptm.h8
1 files changed, 8 insertions, 0 deletions
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
@@ -72,6 +72,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:
* 1: Result code, 0 on success, otherwise error code