diff options
author | Glenn Anderson | 2015-08-15 02:36:49 -0400 |
---|---|---|
committer | Glenn Anderson | 2015-08-15 19:09:16 -0400 |
commit | 860e7bdfdded83166cd64ca94e9512f607fd563a (patch) | |
tree | 4f8115341c5c78170125f1ed5e97b13634f3ce0b /nids/360/SceAtrac.yml | |
parent | Initial commit. Added headers from psp2sdk. (diff) | |
download | vds-libraries-860e7bdfdded83166cd64ca94e9512f607fd563a.tar.gz |
Adds initial NID JSON database.
Diffstat (limited to 'nids/360/SceAtrac.yml')
-rw-r--r-- | nids/360/SceAtrac.yml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/nids/360/SceAtrac.yml b/nids/360/SceAtrac.yml new file mode 100644 index 0000000..8be4080 --- /dev/null +++ b/nids/360/SceAtrac.yml @@ -0,0 +1,31 @@ +modules: + SceAtrac: + nid: 0x00000000 + libraries: + SceAtrac: + nid: 0x00000000 + functions: + sceAtracAddStreamData: 0x53656F1C + sceAtracCreateDecoderGroup: 0x01BFB98C + sceAtracDecode: 0x29C74EE3 + sceAtracDeleteDecoderGroup: 0x6CA2F08A + sceAtracGetContentInfo: 0x68DFC199 + sceAtracGetDecoderGroupInfo: 0xBF34605D + sceAtracGetDecoderStatus: 0x90B512AC + sceAtracGetInternalError: 0x67981334 + sceAtracGetLoopInfo: 0xDC768033 + sceAtracGetNextOutputPosition: 0xACA5F9CC + sceAtracGetOutputSamples: 0x37B3F335 + sceAtracGetOutputableSamples: 0x5B36CDB5 + sceAtracGetRemainSamples: 0xDC27E7C2 + sceAtracGetStreamInfo: 0xD9409E57 + sceAtracGetSubBufferInfo: 0xE7D9DC4F + sceAtracGetVacantSize: 0x9BDB14F7 + sceAtracIsSubBufferNeeded: 0x722F5004 + sceAtracQueryDecoderGroupMemSize: 0x1A34B331 + sceAtracReleaseHandle: 0x008EF251 + sceAtracResetNextOutputPosition: 0xD81D7280 + sceAtracSetDataAndAcquireHandle: 0xD1997678 + sceAtracSetLoopNum: 0x5C22E927 + sceAtracSetOutputSamples: 0x075B0C63 + sceAtracSetSubBuffer: 0x272B4CBA |