diff options
author | Filiph Sandström <filiph.sandstrom@filfatstudios.com> | 2015-10-24 13:17:04 +0200 |
---|---|---|
committer | Filiph Sandström <filiph.sandstrom@filfatstudios.com> | 2015-10-24 13:17:04 +0200 |
commit | a06a32c05d54c8941697b95ee67739a844c22814 (patch) | |
tree | 28d97fa0c2607099444e3b1f8f7bd6d0e3d8f1dd /src/core/hle | |
parent | Fix wrong branch (diff) | |
download | yuzu-a06a32c05d54c8941697b95ee67739a844c22814.tar yuzu-a06a32c05d54c8941697b95ee67739a844c22814.tar.gz yuzu-a06a32c05d54c8941697b95ee67739a844c22814.tar.bz2 yuzu-a06a32c05d54c8941697b95ee67739a844c22814.tar.lz yuzu-a06a32c05d54c8941697b95ee67739a844c22814.tar.xz yuzu-a06a32c05d54c8941697b95ee67739a844c22814.tar.zst yuzu-a06a32c05d54c8941697b95ee67739a844c22814.zip |
Diffstat (limited to 'src/core/hle')
-rw-r--r-- | src/core/hle/service/ptm/ptm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/ptm/ptm.h b/src/core/hle/service/ptm/ptm.h index 0dc35480d..f2e76441f 100644 --- a/src/core/hle/service/ptm/ptm.h +++ b/src/core/hle/service/ptm/ptm.h @@ -72,7 +72,7 @@ void GetBatteryLevel(Interface* self); void GetBatteryChargeState(Interface* self); /** - * PTM::GetBatteryChargeState service function + * PTM::GetTotalStepCount service function * Outputs: * 1 : Result of function, 0 on success, otherwise error code * 2 : Output of function, * = total step count |