From fda5bc2bd2dac0c39f420a8de639c42d34d545a3 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Thu, 3 Jul 2014 20:59:44 -0700 Subject: AL_SOFT_MSADPCM is functionally complete --- include/AL/alext.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/AL') diff --git a/include/AL/alext.h b/include/AL/alext.h index 33f3a034..e647d7be 100644 --- a/include/AL/alext.h +++ b/include/AL/alext.h @@ -370,6 +370,12 @@ AL_API ALvoid AL_APIENTRY alProcessUpdatesSOFT(void); #define AL_PACK_BLOCK_ALIGNMENT_SOFT 0x200D #endif +#ifndef AL_SOFT_MSADPCM +#define AL_SOFT_MSADPCM 1 +#define AL_FORMAT_MONO_MSADPCM_SOFT 0x1302 +#define AL_FORMAT_STEREO_MSADPCM_SOFT 0x1303 +#endif + #ifdef __cplusplus } #endif -- cgit v1.2.3