aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index 99be73f8..de37c80b 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -566,9 +566,7 @@ static const ALCenums enumeration[] = {
DECL(AL_FILTER_NULL),
DECL(AL_FILTER_LOWPASS),
DECL(AL_FILTER_HIGHPASS),
-#if 0
DECL(AL_FILTER_BANDPASS),
-#endif
DECL(AL_LOWPASS_GAIN),
DECL(AL_LOWPASS_GAINHF),
@@ -576,6 +574,10 @@ static const ALCenums enumeration[] = {
DECL(AL_HIGHPASS_GAIN),
DECL(AL_HIGHPASS_GAINLF),
+ DECL(AL_BANDPASS_GAIN),
+ DECL(AL_BANDPASS_GAINHF),
+ DECL(AL_BANDPASS_GAINLF),
+
DECL(AL_EFFECT_TYPE),
DECL(AL_EFFECT_NULL),
DECL(AL_EFFECT_REVERB),