aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alu.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2009-12-07 00:51:27 -0800
committerChris Robinson <[email protected]>2009-12-07 00:51:27 -0800
commitd4427c54eaf07d87ad2b056ac6b46ce20e5ad2f3 (patch)
tree1a7154cfd51dccbb783310efce323485ddbbe7bb /OpenAL32/Include/alu.h
parent92ade805575aeb80e30c0aa5edd9df2897ff6dc2 (diff)
Change internal order to match WFX
Diffstat (limited to 'OpenAL32/Include/alu.h')
-rw-r--r--OpenAL32/Include/alu.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h
index acf1b480..eedf10d9 100644
--- a/OpenAL32/Include/alu.h
+++ b/OpenAL32/Include/alu.h
@@ -58,12 +58,12 @@ typedef enum {
FRONT_LEFT = 0,
FRONT_RIGHT,
FRONT_CENTER,
- SIDE_LEFT,
- SIDE_RIGHT,
+ LFE,
BACK_LEFT,
BACK_RIGHT,
BACK_CENTER,
- LFE,
+ SIDE_LEFT,
+ SIDE_RIGHT,
OUTPUTCHANNELS
} Channel;