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/SceAudio.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/SceAudio.yml')
-rw-r--r-- | nids/360/SceAudio.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/nids/360/SceAudio.yml b/nids/360/SceAudio.yml new file mode 100644 index 0000000..0542259 --- /dev/null +++ b/nids/360/SceAudio.yml @@ -0,0 +1,16 @@ +modules: + SceAudio: + nid: 0x00000000 + libraries: + SceAudio: + nid: 0x00000000 + functions: + sceAudioOutGetAdopt: 0x12FB1767 + sceAudioOutGetConfig: 0x9C8EDAEA + sceAudioOutGetRestSample: 0x9A5370C4 + sceAudioOutOpenPort: 0x5BC341E4 + sceAudioOutOutput: 0x02DB3F5F + sceAudioOutReleasePort: 0x69E2E6B5 + sceAudioOutSetAlcMode: 0x940CE469 + sceAudioOutSetConfig: 0xB8BA0D07 + sceAudioOutSetVolume: 0x64167F11 |