diff options
author | Sergi Granell | 2017-07-17 09:29:38 +0200 |
---|---|---|
committer | Sergi Granell | 2017-07-17 09:29:38 +0200 |
commit | cf37b733866ec3f2a565f1ff54a25f8f5a9bab4a (patch) | |
tree | 2d470ccc7624469aa1c0027fb5e150218912ac6a /nids/360/ScePower.yml | |
parent | Added SceAVConfig NIDs (diff) | |
download | vds-libraries-cf37b733866ec3f2a565f1ff54a25f8f5a9bab4a.tar.gz |
Add some SceProcessmgrForDriver NIDs
Diffstat (limited to 'nids/360/ScePower.yml')
-rw-r--r-- | nids/360/ScePower.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nids/360/ScePower.yml b/nids/360/ScePower.yml index 5c1fb8c..a311c92 100644 --- a/nids/360/ScePower.yml +++ b/nids/360/ScePower.yml @@ -62,6 +62,7 @@ modules: scePowerGetBatteryVolt: 0x483CE86B scePowerGetBusClockFrequency: 0x478FE6F5 scePowerGetCaseTemp: 0x525592E4 + scePowerGetGpuXbarClockFrequency: 0x0A750DEE scePowerGetIdleTimer: 0xEDC13FE5 scePowerGetPowerSwMode: 0x165CE085 scePowerGetResumeCount: 0x0074EF9B @@ -79,8 +80,11 @@ modules: scePowerRequestSoftReset: 0x2875994B scePowerRequestStandby: 0x2B7C7CF4 scePowerRequestSuspend: 0xAC32C9CC + scePowerSetArmClockFrequency: 0x74DB5AE5 scePowerSetBatteryFakeStatus: 0x0C6973B8 scePowerSetBusClockFrequency: 0xB8D7B3FB + scePowerSetGpuClockFrequency: 0x264C24FC + scePowerSetGpuXbarClockFrequency: 0xA7739DBE scePowerSetIdleCallback: 0x1BA2FCAE scePowerSetMipsClockFrequency: 0xFFC84E69 scePowerSetPowerSwMode: 0xC1853BA7 |