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/SceDisplay.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/SceDisplay.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/nids/360/SceDisplay.yml b/nids/360/SceDisplay.yml index a03b169..11e5f3d 100644 --- a/nids/360/SceDisplay.yml +++ b/nids/360/SceDisplay.yml @@ -5,13 +5,6 @@ modules: SceDisplay: nid: 0x5ED8F994 functions: - _sceDisplayGetFrameBuf: 0xA753B0CA - _sceDisplayGetFrameBufInternal: 0x86A8E436 - _sceDisplayGetMaximumFrameBufResolution: 0x2EBFC7CB - _sceDisplayGetResolutionInfoInternal: 0xFEFEB240 - _sceDisplaySetFrameBuf: 0xF51523CB - _sceDisplaySetFrameBufForCompat: 0x45BCB941 - _sceDisplaySetFrameBufInternal: 0x7A8CB78E sceDisplayGetPrimaryHead: 0x7178FADA sceDisplayGetRefreshRate: 0xA08CA60D sceDisplayGetVcount: 0xB6FDE0BA |