mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-21 20:14:28 -04:00
use IPCHelper for PTM services
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user