blob: b29ab98b2f1105acf51982acf0e98d2d15daeacd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*
Vita Development Suite Libraries
*/
#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_ */
|