aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-07-15 21:01:26 -0700
committerChris Robinson <[email protected]>2018-07-15 21:01:26 -0700
commited1f1d2bf331110ab6cc55797272eeb968760048 (patch)
tree2b79e6e904d0711ac3bedfe618f1d47c6b91c1f0 /Alc
parentfd3f52ea360ee361f6775812fb7662c697c84bfb (diff)
Start an extension to allow source filter gains greater than 1
Diffstat (limited to 'Alc')
-rw-r--r--Alc/ALc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index 26219752..97d62812 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -725,6 +725,7 @@ static const ALchar alExtList[] =
"AL_SOFT_deferred_updates "
"AL_SOFT_direct_channels "
"AL_SOFTX_events "
+ "AL_SOFTX_filter_gain_ex "
"AL_SOFT_gain_clamp_ex "
"AL_SOFT_loop_points "
"AL_SOFTX_map_buffer "