diff options
author | Chris Robinson <[email protected]> | 2012-01-19 20:02:57 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-01-19 20:02:57 -0800 |
commit | 37b17c8c783aba13d5c5f16e40632945126180a9 (patch) | |
tree | 1da1bd302f1fcd2785867a123b2e14b11a8aa5a9 /Alc | |
parent | 51e81f4867a02001f390222b6ce86bf212a38bd6 (diff) |
Add the ability to specify a preset for forced reverb
Diffstat (limited to 'Alc')
-rw-r--r-- | Alc/ALc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -724,7 +724,7 @@ static void alc_initconfig(void) str = getenv("__ALSOFT_FORCE_REVERB"); if(str && str[0]) - GetReverbEffect(&ForcedEffect); + GetReverbEffect(str, &ForcedEffect); } |