aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2008-01-14 16:11:15 -0800
committerChris Robinson <[email protected]>2008-01-14 16:11:15 -0800
commitdf07e8a65ba2436eff2ff94db24e71069ad73a09 (patch)
treee1b26c75e2620fa4225db0dc859655e0d8785fce /OpenAL32/Include
parent729f076c3b6dfe6d458a1a55db1593e7b337f295 (diff)
Add support for AL_LOKI_quadriphonic
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r--OpenAL32/Include/alMain.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index 5dd74eea..b815530c 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -114,6 +114,9 @@ extern char _alDebug[256];
#define AL_FORMAT_MONO_IMA4 0x1300
#define AL_FORMAT_STEREO_IMA4 0x1301
+#define AL_FORMAT_QUAD8_LOKI 0x10004
+#define AL_FORMAT_QUAD16_LOKI 0x10005
+
#define AL_FORMAT_51CHN8 0x120A
#define AL_FORMAT_51CHN16 0x120B
#define AL_FORMAT_51CHN32 0x120C