aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alu.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2009-01-24 15:13:14 -0800
committerChris Robinson <[email protected]>2009-01-24 15:13:14 -0800
commit98e86decadb3ed9b0e1dde6f417d19b9a286d826 (patch)
tree1655e70eb57658abc5f04bebd72e627fab9f8d8c /OpenAL32/Include/alu.h
parentaaf2c0ebd4925687307cab714739c01cd599e439 (diff)
6.1 uses front- and back-center, not left- and right-back channels
Diffstat (limited to 'OpenAL32/Include/alu.h')
-rw-r--r--OpenAL32/Include/alu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h
index f307ea01..913b0a51 100644
--- a/OpenAL32/Include/alu.h
+++ b/OpenAL32/Include/alu.h
@@ -11,11 +11,12 @@ extern "C" {
enum {
FRONT_LEFT = 0,
FRONT_RIGHT,
+ FRONT_CENTER,
SIDE_LEFT,
SIDE_RIGHT,
BACK_LEFT,
BACK_RIGHT,
- CENTER,
+ BACK_CENTER,
LFE,
OUTPUTCHANNELS