diff options
author | Chris Robinson <[email protected]> | 2014-11-23 14:43:29 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-11-23 14:43:29 -0800 |
commit | e5601a062ea6af77f943f596ccb594a998f63834 (patch) | |
tree | a1502d480fc22a3f5e202ff20d1c66ac8fb67b5b /OpenAL32/Include | |
parent | 5796e7eae54680e21c08e343cb11f26597c8851e (diff) |
Remove the cube+diamond virtual layout
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r-- | OpenAL32/Include/alMain.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 1afeb1e6..6e675786 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -570,7 +570,7 @@ enum DevFmtChannels { DevFmtChannelsDefault = DevFmtStereo }; -#define MAX_OUTPUT_CHANNELS (14) +#define MAX_OUTPUT_CHANNELS (8) ALuint BytesFromDevFmt(enum DevFmtType type) DECL_CONST; ALuint ChannelsFromDevFmt(enum DevFmtChannels chans) DECL_CONST; |