diff options
author | GrapheneCt | 2020-11-21 14:13:04 -0500 |
---|---|---|
committer | Reiko Asakura | 2020-11-21 14:13:04 -0500 |
commit | e06f2583aa165c79a322e015fd6a94e1255b0018 (patch) | |
tree | 70e22071c3f877d5ce159d12555ce13858ccb050 /include/user/audiodec.h | |
parent | Remove dupe: power.h (diff) | |
download | vds-libraries-e06f2583aa165c79a322e015fd6a94e1255b0018.tar.gz |
Add type SILK for audiodec and audioenc
Diffstat (limited to 'include/user/audiodec.h')
-rw-r--r-- | include/user/audiodec.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/user/audiodec.h b/include/user/audiodec.h new file mode 100644 index 0000000..9bc7e5e --- /dev/null +++ b/include/user/audiodec.h @@ -0,0 +1,9 @@ +#ifndef _DOLCESDK_PSP2_AUDIODEC_H_ +#define _DOLCESDK_PSP2_AUDIODEC_H_ + +#include_next <audiodec.h> + +/* Audio decoder type */ +#define SCE_AUDIODEC_TYPE_SILK (0x1007U) + +#endif /* _DOLCESDK_PSP2_AUDIODEC_H_ */ |