diff options
author | Chris Robinson <[email protected]> | 2014-07-03 20:59:44 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-07-03 20:59:44 -0700 |
commit | fda5bc2bd2dac0c39f420a8de639c42d34d545a3 (patch) | |
tree | 6ffbc21e13e4561b2f19b0c70d0cd192e4baad67 /include/AL/alext.h | |
parent | 5303ee25886116d78854374e16e16456741655bf (diff) |
AL_SOFT_MSADPCM is functionally complete
Diffstat (limited to 'include/AL/alext.h')
-rw-r--r-- | include/AL/alext.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 |