aboutsummaryrefslogtreecommitdiffstats
path: root/include/AL/alext.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-07-03 20:59:44 -0700
committerChris Robinson <[email protected]>2014-07-03 20:59:44 -0700
commitfda5bc2bd2dac0c39f420a8de639c42d34d545a3 (patch)
tree6ffbc21e13e4561b2f19b0c70d0cd192e4baad67 /include/AL/alext.h
parent5303ee25886116d78854374e16e16456741655bf (diff)
AL_SOFT_MSADPCM is functionally complete
Diffstat (limited to 'include/AL/alext.h')
-rw-r--r--include/AL/alext.h6
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