diff options
author | Glenn Anderson | 2015-08-15 19:09:09 -0400 |
---|---|---|
committer | Glenn Anderson | 2015-08-15 19:09:17 -0400 |
commit | 075b61d7d4d7274f08594ab609518b8200d776a3 (patch) | |
tree | 467603962ad554c8004c1ed807f46c0b5fb08d09 /nids/360/SceAudio.yml | |
parent | Adds initial NID JSON database. (diff) | |
download | vds-libraries-075b61d7d4d7274f08594ab609518b8200d776a3.tar.gz |
Makes library/module NIDs unique.
Diffstat (limited to '')
-rw-r--r-- | nids/360/SceAudio.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nids/360/SceAudio.yml b/nids/360/SceAudio.yml index 0542259..e76233d 100644 --- a/nids/360/SceAudio.yml +++ b/nids/360/SceAudio.yml @@ -1,9 +1,9 @@ modules: SceAudio: - nid: 0x00000000 + nid: 0x00000009 libraries: SceAudio: - nid: 0x00000000 + nid: 0x0000000A functions: sceAudioOutGetAdopt: 0x12FB1767 sceAudioOutGetConfig: 0x9C8EDAEA |