diff options
author | Reiko Asakura | 2021-03-11 17:48:35 -0500 |
---|---|---|
committer | Reiko Asakura | 2021-03-11 17:48:35 -0500 |
commit | e6795a66b42966090e9b0e99af0fa035b5889177 (patch) | |
tree | 34523a22738b5af25613d395ff06322a572891f4 | |
parent | Add NIDs in SceBemp2sys (diff) | |
download | vds-libraries-e6795a66b42966090e9b0e99af0fa035b5889177.tar.gz |
Import SceNpManager NIDs from SDK 3.570.011
-rw-r--r-- | nids/360/SceNpManager.yml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/nids/360/SceNpManager.yml b/nids/360/SceNpManager.yml new file mode 100644 index 0000000..e2e5726 --- /dev/null +++ b/nids/360/SceNpManager.yml @@ -0,0 +1,22 @@ +modules: + SceNpManager: + nid: 0x2D4B5F41 + libraries: + SceNpManager: + nid: 0xD8835093 + functions: + sceNpAuthAbortOAuthRequest: 0xECBC7614 + sceNpAuthCreateOAuthRequest: 0x555EB58C + sceNpAuthDeleteOAuthRequest: 0x8C94C7A5 + sceNpAuthGetAuthorizationCode: 0x65DFB208 + sceNpCheckCallback: 0x3B0AE9A9 + sceNpGetServiceState: 0x54060DF6 + sceNpInit: 0x04D9F484 + sceNpManagerGetAccountRegion: 0xFE835967 + sceNpManagerGetCachedParam: 0x43DC48A1 + sceNpManagerGetChatRestrictionFlag: 0x60C575B1 + sceNpManagerGetContentRatingFlag: 0xAF0073B2 + sceNpManagerGetNpId: 0x3C94B4B4 + sceNpRegisterServiceStateCallback: 0x44239C35 + sceNpTerm: 0x19E40AE1 + sceNpUnregisterServiceStateCallback: 0xD9E6E56C |