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/SceCodecEngineWrapper.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 'nids/360/SceCodecEngineWrapper.yml')
-rw-r--r-- | nids/360/SceCodecEngineWrapper.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/nids/360/SceCodecEngineWrapper.yml b/nids/360/SceCodecEngineWrapper.yml index 9b92d10..17823da 100644 --- a/nids/360/SceCodecEngineWrapper.yml +++ b/nids/360/SceCodecEngineWrapper.yml @@ -5,16 +5,10 @@ modules: SceCodecEngineWrapper: nid: 0x5C9EE5B9 functions: - _sceCodecEngineAllocMemoryFromUnmapMemBlock: 0x03DCBDCA _sceCodecEngineChangeNumWorkerCores: 0x7E5E1F38 - _sceCodecEngineChangeNumWorkerCoresDefault: 0x362E9415 - _sceCodecEngineChangeNumWorkerCoresMax: 0x04BA9415 - _sceCodecEngineCloseUnmapMemBlock: 0xAD30912D - _sceCodecEngineFreeMemoryFromUnmapMemBlock: 0x489FF965 _sceCodecEngineGetMemoryState: 0x1E9E5A79 _sceCodecEngineGetNumRpcCalled: 0x9B157692 _sceCodecEngineGetProcessorLoad: 0x241B194B - _sceCodecEngineOpenUnmapMemBlock: 0xB0E654EE _sceCodecEnginePmonGetProcessorLoad: 0x3EBA4982 _sceCodecEnginePmonReset: 0xCA79BFC4 _sceCodecEnginePmonStart: 0x6AF71F08 |