diff options
author | Lioncash <mathew1800@gmail.com> | 2016-12-08 06:02:00 +0100 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2016-12-08 06:57:53 +0100 |
commit | ab900f8a25995dcaf56777492440b9265cd7b9e8 (patch) | |
tree | 37e9c1e650f4a61dc339392edd65a4be5a4899d2 /src/core/hle/service/ptm/ptm.h | |
parent | pm_app: Update function table (diff) | |
download | yuzu-ab900f8a25995dcaf56777492440b9265cd7b9e8.tar yuzu-ab900f8a25995dcaf56777492440b9265cd7b9e8.tar.gz yuzu-ab900f8a25995dcaf56777492440b9265cd7b9e8.tar.bz2 yuzu-ab900f8a25995dcaf56777492440b9265cd7b9e8.tar.lz yuzu-ab900f8a25995dcaf56777492440b9265cd7b9e8.tar.xz yuzu-ab900f8a25995dcaf56777492440b9265cd7b9e8.tar.zst yuzu-ab900f8a25995dcaf56777492440b9265cd7b9e8.zip |
Diffstat (limited to 'src/core/hle/service/ptm/ptm.h')
-rw-r--r-- | src/core/hle/service/ptm/ptm.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/core/hle/service/ptm/ptm.h b/src/core/hle/service/ptm/ptm.h index 6e163a6f9..a1a628012 100644 --- a/src/core/hle/service/ptm/ptm.h +++ b/src/core/hle/service/ptm/ptm.h @@ -82,12 +82,13 @@ void GetBatteryChargeState(Interface* self); void GetTotalStepCount(Interface* self); /** - * PTM::IsLegacyPowerOff service function + * PTM::GetSoftwareClosedFlag service function * Outputs: * 1: Result code, 0 on success, otherwise error code - * 2: Whether the system is going through a power off + * 2: Whether or not the "software closed" dialog was requested by the last FIRM + * and should be displayed. */ -void IsLegacyPowerOff(Interface* self); +void GetSoftwareClosedFlag(Interface* self); /** * PTM::CheckNew3DS service function |