aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alMain.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2009-04-11 18:16:05 -0700
committerChris Robinson <[email protected]>2009-04-11 18:16:05 -0700
commit30f57d0824826c38d8991f041ea8870e19b44033 (patch)
tree56a9ccc9e009a56853aeba1654aca5b92bdc94df /OpenAL32/Include/alMain.h
parent1c540181116a875f708890bc9c380b71cd1fd6ba (diff)
Make auxiliary effect slot count configurable
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r--OpenAL32/Include/alMain.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index 68b176e4..66102b8b 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -194,6 +194,8 @@ struct ALCcontext_struct
struct ALeffectslot *AuxiliaryEffectSlot;
ALuint AuxiliaryEffectSlotCount;
+ // Maximum number of slots that can be created
+ ALuint AuxiliaryEffectSlotMax;
ALenum LastError;
ALboolean InUse;