diff options
author | Reiko Asakura | 2021-03-10 18:59:03 -0500 |
---|---|---|
committer | Reiko Asakura | 2021-03-10 18:59:03 -0500 |
commit | afc88d3c7a3defad689a299cd26b45eb80576273 (patch) | |
tree | 3b473e36a14fe6b4578766ad27de9c93011a6262 | |
parent | Fix names for sceKernelGetThreadTLSAddr (diff) | |
download | vds-libraries-afc88d3c7a3defad689a299cd26b45eb80576273.tar.gz |
Fix SceDrmBridge names
Syscalls have underscore prefix, syscall forwarders do not.
-rw-r--r-- | nids/360/SceDriverUser.yml | 8 | ||||
-rw-r--r-- | nids/360/SceVshBridge.yml | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/nids/360/SceDriverUser.yml b/nids/360/SceDriverUser.yml index d9d7736..cdea8a4 100644 --- a/nids/360/SceDriverUser.yml +++ b/nids/360/SceDriverUser.yml @@ -146,10 +146,10 @@ modules: SceDrmBridgeUser: nid: 0x91AFEB43 functions: - _sceDrmBridgeGetCurrentSecureTick: 0x7C994327 - _sceDrmBridgeIsAllowRemotePlayDebug: 0x1F82FF68 - _sceDrmBridgeMlnpsnlAuth1: 0x7D0DB83F - _sceDrmBridgeMlnpsnlAuth2: 0x6471937D + sceDrmBridgeGetCurrentSecureTick: 0x7C994327 + sceDrmBridgeIsAllowRemotePlayDebug: 0x1F82FF68 + sceDrmBridgeMlnpsnlAuth1: 0x7D0DB83F + sceDrmBridgeMlnpsnlAuth2: 0x6471937D SceErrorUser: nid: 0xD401318D functions: diff --git a/nids/360/SceVshBridge.yml b/nids/360/SceVshBridge.yml index 6ed654e..95fac97 100644 --- a/nids/360/SceVshBridge.yml +++ b/nids/360/SceVshBridge.yml @@ -5,10 +5,10 @@ modules: SceDrmBridge: nid: 0xFF4CD67F functions: - sceDrmBridgeGetCurrentSecureTick: 0xFFB164E2 - sceDrmBridgeIsAllowRemotePlayDebug: 0x1BBB62E9 - sceDrmBridgeMlnpsnlAuth1: 0xE04F767B - sceDrmBridgeMlnpsnlAuth2: 0x6D483DFC + _sceDrmBridgeGetCurrentSecureTick: 0xFFB164E2 + _sceDrmBridgeIsAllowRemotePlayDebug: 0x1BBB62E9 + _sceDrmBridgeMlnpsnlAuth1: 0xE04F767B + _sceDrmBridgeMlnpsnlAuth2: 0x6D483DFC SceVshBridge: nid: 0x35C5ACD4 functions: |