Filiph Sandström 10 лет назад
Родитель
Сommit
f61c9da7d3
1 измененных файлов с 8 добавлено и 0 удалено
  1. 8 0
      src/core/hle/service/ptm/ptm.h

+ 8 - 0
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: