summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ptm/ptm.h
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.h
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 'src/core/hle/service/ptm/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 683fb445b..e17e59835 100644
--- a/src/core/hle/service/ptm/ptm.h
+++ b/src/core/hle/service/ptm/ptm.h
@@ -75,6 +75,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:
* 1 : Result of function, 0 on success, otherwise error code