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/SceAudioenc.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/SceAudioenc.yml')
| -rw-r--r-- | nids/360/SceAudioenc.yml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/nids/360/SceAudioenc.yml b/nids/360/SceAudioenc.yml new file mode 100644 index 0000000..36d5d70 --- /dev/null +++ b/nids/360/SceAudioenc.yml @@ -0,0 +1,18 @@ +modules: + SceAudioenc: + nid: 0x0000000F + libraries: + SceAudioencUser: + nid: 0x00000010 + functions: + sceAudioencClearContext: 0x9386F42D + sceAudioencCreateEncoder: 0x64C04AE8 + sceAudioencCreateEncoderExternal: 0x9B1E8DE2 + sceAudioencDeleteEncoder: 0xC6BA5EE6 + sceAudioencDeleteEncoderExternal: 0x552E8882 + sceAudioencEncode: 0xD85DB29C + sceAudioencGetContextSize: 0xEAD4AF38 + sceAudioencGetInternalError: 0x452246D0 + sceAudioencGetOptInfo: 0xD01C63A3 + sceAudioencInitLibrary: 0x76EE4DC6 + sceAudioencTermLibrary: 0xAB32D022 |
