diff options
author | Reiko Asakura | 2021-04-24 17:01:07 -0400 |
---|---|---|
committer | Reiko Asakura | 2021-04-24 17:01:39 -0400 |
commit | fcd3645c3d5aba84ed9c622176ef8eb067e75364 (patch) | |
tree | 1e1a42045e5df231d474be6a93c39a2645f3599c | |
parent | Add prototype for sceNpDrmGetRifPspKey (diff) | |
download | vds-libraries-fcd3645c3d5aba84ed9c622176ef8eb067e75364.tar.gz |
Add NIDs in SceNpDrmForDriver
From https://wiki.henkaku.xyz/vita/index.php?title=SceNpDrm&oldid=15482
-rw-r--r-- | nids/360/SceNpDrm.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nids/360/SceNpDrm.yml b/nids/360/SceNpDrm.yml index 930993e..338ee9a 100644 --- a/nids/360/SceNpDrm.yml +++ b/nids/360/SceNpDrm.yml @@ -34,9 +34,14 @@ modules: sceNpDrmPresetRifProvisionalFlag: 0xC070FE89 sceNpDrmPspEbootSigGen: 0xEF387FC4 sceNpDrmPspEbootVerify: 0xB6CA3A2C + sceNpDrmReadActData: 0xD91C3BCE sceNpDrmRemoveActData: 0x8B85A509 sceNpDrmUpdateAccountId: 0x116FC0D6 + sceNpDrmUpdateActData: 0x077926F5 sceNpDrmUpdateDebugSettings: 0xA91C7443 + sceNpDrmVerifyRif: 0xFE7B17B6 + sceNpDrmVerifyRifFull: 0xFF63672D + sceNpDrmWriteActData: 0x742EBAF4 SceNpDrmPackage: nid: 0x88514DB2 functions: |