diff options
author | Chris Robinson <[email protected]> | 2011-05-17 13:25:15 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-05-17 13:25:15 -0700 |
commit | 06f5f0b7c8bf22fe24acd2baf0cffd7a75456672 (patch) | |
tree | 56295c0e3827e66dfb95bffbaf4c015df6683f52 /OpenAL32/Include | |
parent | 9f91ff4734259259290f7fcf0248ad0147c4ce1a (diff) |
Make mixers channel-count agnostic
As a result, this combines/removes a bunch of mixers
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r-- | OpenAL32/Include/alSource.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenAL32/Include/alSource.h b/OpenAL32/Include/alSource.h index 1b9d92ad..806019e0 100644 --- a/OpenAL32/Include/alSource.h +++ b/OpenAL32/Include/alSource.h @@ -86,6 +86,8 @@ typedef struct ALsource // Source Type (Static, Streaming, or Undetermined) ALint lSourceType; + ALuint NumChannels; + /* HRTF info */ ALfloat HrtfHistory[MAXCHANNELS][HRTF_LENGTH]; ALuint HrtfOffset; |