diff options
| author | 2015-10-23 23:50:51 +0200 | |
|---|---|---|
| committer | 2015-10-23 23:50:51 +0200 | |
| commit | f61c9da7d3cda3a13b40dce8657da4cfcc848aa1 (patch) | |
| tree | c06b6630f0c7ad9556d81396d9360649279c2966 /src | |
| parent | Merge pull request #1209 from wwylele/file-path-encoding (diff) | |
| download | yuzu-f61c9da7d3cda3a13b40dce8657da4cfcc848aa1.tar.gz yuzu-f61c9da7d3cda3a13b40dce8657da4cfcc848aa1.tar.xz yuzu-f61c9da7d3cda3a13b40dce8657da4cfcc848aa1.zip | |
Update ptm.h
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/hle/service/ptm/ptm.h | 8 |
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); | |||
| 72 | void GetBatteryChargeState(Interface* self); | 72 | void GetBatteryChargeState(Interface* self); |
| 73 | 73 | ||
| 74 | /** | 74 | /** |
| 75 | * PTM::GetBatteryChargeState service function | ||
| 76 | * Outputs: | ||
| 77 | * 1 : Result of function, 0 on success, otherwise error code | ||
| 78 | * 2 : Output of function, * = total step count | ||
| 79 | */ | ||
| 80 | void GetTotalStepCount(Interface* self); | ||
| 81 | |||
| 82 | /** | ||
| 75 | * PTM::IsLegacyPowerOff service function | 83 | * PTM::IsLegacyPowerOff service function |
| 76 | * Outputs: | 84 | * Outputs: |
| 77 | * 1: Result code, 0 on success, otherwise error code | 85 | * 1: Result code, 0 on success, otherwise error code |