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/SceAudiodec.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/SceAudiodec.yml')
| -rw-r--r-- | nids/360/SceAudiodec.yml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/nids/360/SceAudiodec.yml b/nids/360/SceAudiodec.yml new file mode 100644 index 0000000..15d76ca --- /dev/null +++ b/nids/360/SceAudiodec.yml @@ -0,0 +1,19 @@ +modules: + SceAudiodec: + nid: 0x0000000D + libraries: + SceAudiodecUser: + nid: 0x0000000E + functions: + sceAudiodecClearContext: 0xF72F9B64 + sceAudiodecCreateDecoder: 0x4DFD3AAA + sceAudiodecCreateDecoderExternal: 0x56085DFB + sceAudiodecDecode: 0xCCDABA04 + sceAudiodecDecodeNFrames: 0x8018AA9B + sceAudiodecDecodeNStreams: 0x68F4A9CB + sceAudiodecDeleteDecoder: 0xE7A24E16 + sceAudiodecDeleteDecoderExternal: 0xE4EA05BB + sceAudiodecGetContextSize: 0xDB712ABC + sceAudiodecGetInternalError: 0x883B0CF5 + sceAudiodecInitLibrary: 0x445C2CEF + sceAudiodecTermLibrary: 0x45719B9D |
