diff options
author | Sergi Granell | 2017-07-11 23:51:13 +0200 |
---|---|---|
committer | Sergi Granell | 2017-07-11 23:58:21 +0200 |
commit | 1668ff8293dad40d1b63e3b006e023859b531137 (patch) | |
tree | 451dc8f435a5cdbdbbad67fb6bbf3778ba728aa4 | |
parent | Add more SceDebugForKernel NIDs (diff) | |
download | vds-libraries-1668ff8293dad40d1b63e3b006e023859b531137.tar.gz |
Add more ScePower NIDs
-rw-r--r-- | nids/360/ScePower.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nids/360/ScePower.yml b/nids/360/ScePower.yml index c503204..c648b49 100644 --- a/nids/360/ScePower.yml +++ b/nids/360/ScePower.yml @@ -54,6 +54,9 @@ modules: scePowerGetWakeupFactor: 0x9F26222A scePowerRequestColdReset: 0x0442D852 scePowerRequestHibernate: 0x08951418 + scePowerRequestSoftReset: 0x2875994B + scePowerRequestStandby: 0x2B7C7CF4 + scePowerRequestSuspend: 0xAC32C9CC scePowerSetBatteryFakeStatus: 0x0C6973B8 scePowerSetMipsClockFrequency: 0xFFC84E69 scePowerSetPowerSwMode: 0xC1853BA7 |