diff options
author | Bluzume | 2020-01-08 01:42:48 +1300 |
---|---|---|
committer | Sunguk Lee | 2020-01-07 21:42:48 +0900 |
commit | 193af0405b63d98a51018ad2c82b354a7d4a3e11 (patch) | |
tree | 0e7d56bbedab541fd6a88b8bc58b1ccba5311790 | |
parent | Merge pull request #433 from fumu-no-kagomeko/master (diff) | |
download | vds-libraries-193af0405b63d98a51018ad2c82b354a7d4a3e11.tar.gz |
Add scePsmDrmGetRifInfo (#435)
* Add scePsmDrmGetRifInfo
scePsmDrmGetRifInfo calls kscePsmDrmGetRifInfo them memcpy_to_user the result ..
* Fix ordering
-rw-r--r-- | nids/360/SceNpDrm.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nids/360/SceNpDrm.yml b/nids/360/SceNpDrm.yml index 5219c83..930993e 100644 --- a/nids/360/SceNpDrm.yml +++ b/nids/360/SceNpDrm.yml @@ -59,6 +59,7 @@ modules: ScePsmDrm: nid: 0x3F2B0888 functions: + scePsmDrmGetRifInfo: 0xE31A6220 scePsmDrmGetRifKey: 0x207A2C53 ScePsmDrmForDriver: nid: 0x9F4924F2 |