diff options
author | Reiko Asakura | 2021-03-11 00:32:26 -0500 |
---|---|---|
committer | Reiko Asakura | 2021-03-11 00:32:26 -0500 |
commit | aaab9ee2b2d7c98625dd1cd66a3306f46e97bc06 (patch) | |
tree | 5cecbf4cceb456c98b8f84c6560ae7bef3d4e361 /nids/360 | |
parent | Remove internally forwarded funcs in SceLibKernel (diff) | |
download | vds-libraries-aaab9ee2b2d7c98625dd1cd66a3306f46e97bc06.tar.gz |
Add NIDs in SceCodecEngineUser
Diffstat (limited to '')
-rw-r--r-- | nids/360/SceAvcodecUser.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nids/360/SceAvcodecUser.yml b/nids/360/SceAvcodecUser.yml index 26f6fce..82b09ba 100644 --- a/nids/360/SceAvcodecUser.yml +++ b/nids/360/SceAvcodecUser.yml @@ -41,6 +41,8 @@ modules: nid: 0x469AB062 functions: sceCodecEngineAllocMemoryFromUnmapMemBlock: 0x1A3A53E5 + sceCodecEngineChangeNumWorkerCoresDefault: 0x9AD7E66F + sceCodecEngineChangeNumWorkerCoresMax: 0x9A5E7B2F sceCodecEngineCloseUnmapMemBlock: 0x95EA3B3E sceCodecEngineFreeMemoryFromUnmapMemBlock: 0x6A31831D sceCodecEngineOpenUnmapMemBlock: 0xF0B4C892 |