diff options
author | Chris Robinson <[email protected]> | 2018-07-15 21:01:26 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-07-15 21:01:26 -0700 |
commit | ed1f1d2bf331110ab6cc55797272eeb968760048 (patch) | |
tree | 2b79e6e904d0711ac3bedfe618f1d47c6b91c1f0 /Alc | |
parent | fd3f52ea360ee361f6775812fb7662c697c84bfb (diff) |
Start an extension to allow source filter gains greater than 1
Diffstat (limited to 'Alc')
-rw-r--r-- | Alc/ALc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 " |