diff options
author | Glenn Anderson | 2015-08-15 22:47:05 -0400 |
---|---|---|
committer | Glenn Anderson | 2015-08-15 22:47:05 -0400 |
commit | 1fc721311279f1ef1e5586cf44ec2cd809aac4f2 (patch) | |
tree | ccd9cc66db6f5273c1f106bdfa370370fc63eb7f /nids/360/SceAppMgr.yml | |
parent | Makes library/module NIDs unique. (diff) | |
download | vds-libraries-1fc721311279f1ef1e5586cf44ec2cd809aac4f2.tar.gz |
Library and module names are now correct in the NID JSON according to what psp2sdk has.
Diffstat (limited to 'nids/360/SceAppMgr.yml')
-rw-r--r-- | nids/360/SceAppMgr.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nids/360/SceAppMgr.yml b/nids/360/SceAppMgr.yml index 8b7ebe9..9103c24 100644 --- a/nids/360/SceAppMgr.yml +++ b/nids/360/SceAppMgr.yml @@ -8,3 +8,10 @@ modules: sceAppMgrAcquireBgmPort: 0xAFCEAB96 sceAppMgrReleaseBgmPort: 0xF3717E37 sceAppMgrSetInfobarState: 0xAD9022A1 + SceAppMgrUser: + nid: 0x00000004 + functions: + _sceAppMgrGetAppState: 0x5E86319A + sceAppMgrLoadExec: 0xE6774ABC + sceAppMgrReceiveSystemEvent: 0x10B5765F + sceAppMgrSetNetworkDisconnectionWarningDialogState: 0xE352B29C |