summaryrefslogtreecommitdiff
path: root/include/user/audiodec.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/user/audiodec.h')
-rw-r--r--include/user/audiodec.h9
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_ */