diff options
author | Reiko Asakura | 2021-03-10 22:00:50 -0500 |
---|---|---|
committer | Reiko Asakura | 2021-03-10 22:00:50 -0500 |
commit | b7b08fb886780eb3675dd26bc49712d339d94d5f (patch) | |
tree | 215f76622c43aa4a82b556bb1568b9d9c18f3c4e /nids/360/SceSblSsMgr.yml | |
parent | Add NIDs in SceCodecEngineUser (diff) | |
download | vds-libraries-b7b08fb886780eb3675dd26bc49712d339d94d5f.tar.gz |
Remove forwarded syscalls
The criteria for removal are
1. The syscall forwarder does not modify arguments or pass additional
arguments.
2. The syscall is not used outside of the syscall forwarder.
For the removed headers, appmgr.h is wrong, iofilemgr_syscall.h is
correct, and net_syscalls.h is unknown.
Diffstat (limited to '')
-rw-r--r-- | nids/360/SceSblSsMgr.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/nids/360/SceSblSsMgr.yml b/nids/360/SceSblSsMgr.yml index dd6e6f9..fa5a24f 100644 --- a/nids/360/SceSblSsMgr.yml +++ b/nids/360/SceSblSsMgr.yml @@ -2,10 +2,6 @@ modules: SceSblSsMgr: nid: 0x4E913538 libraries: - SceSblAimgr: - nid: 0xD473F968 - functions: - _sceKernelGetOpenPsId: 0x6E283E2E SceSblDmac5Mgr: nid: 0x437366A2 functions: @@ -34,10 +30,6 @@ modules: sceSblQafMgrIsAllowRemoteSysmoduleLoad: 0xF45AA706 sceSblQafMgrIsAllowScreenShotAlways: 0xD22A8731 sceSblQafMgrSetQafToken2: 0xF4B5C8A5 - SceSblRng: - nid: 0x1843F124 - functions: - _sceKernelGetRandomNumber: 0xC37E818C SceSblSsMgrForDriver: nid: 0x61E9428D functions: |