diff options
author | Chris Robinson <[email protected]> | 2009-01-24 15:13:14 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2009-01-24 15:13:14 -0800 |
commit | 98e86decadb3ed9b0e1dde6f417d19b9a286d826 (patch) | |
tree | 1655e70eb57658abc5f04bebd72e627fab9f8d8c /OpenAL32 | |
parent | aaf2c0ebd4925687307cab714739c01cd599e439 (diff) |
6.1 uses front- and back-center, not left- and right-back channels
Diffstat (limited to 'OpenAL32')
-rw-r--r-- | OpenAL32/Include/alu.h | 3 |
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 |