diff options
author | Sergi Granell | 2019-11-12 23:08:36 +0100 |
---|---|---|
committer | GitHub | 2019-11-12 23:08:36 +0100 |
commit | 3c032eebe05c9240880deabcbfc0096577e9758c (patch) | |
tree | b97aee873b0f655d209f532a1a758a7cd3afe411 /nids | |
parent | psp2kern: Added some function and description of the modulemgr (#427) (diff) | |
parent | add kscePowerRequestShutdown (diff) | |
download | vds-libraries-3c032eebe05c9240880deabcbfc0096577e9758c.tar.gz |
Merge pull request #431 from KuromeSan/patch-1
add kscePowerRequestShutdown
Diffstat (limited to 'nids')
-rw-r--r-- | nids/360/ScePower.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nids/360/ScePower.yml b/nids/360/ScePower.yml index 7b79645..6de764b 100644 --- a/nids/360/ScePower.yml +++ b/nids/360/ScePower.yml @@ -100,6 +100,7 @@ modules: scePowerRequestDisplayOn: 0x3EA75C88 scePowerRequestHibernate: 0x08951418 scePowerRequestResume: 0x02DB1035 + scePowerRequestShutdown: 0x8921A7A0 scePowerRequestSoftReset: 0x2875994B scePowerRequestStandby: 0x2B7C7CF4 scePowerRequestSuspend: 0xAC32C9CC |