diff options
author | Chris Robinson <[email protected]> | 2011-07-20 22:53:46 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-07-20 22:53:46 -0700 |
commit | 77128d298ec360c7e64f0ec9b9b25d38c1c607b6 (patch) | |
tree | eb6662fb5a1b9713e8e4dd766a9ac030f93e78fc /Alc/ALc.c | |
parent | 1e8a379a03b80dbfc621855fd819f73487bcc7de (diff) |
Add an option to emulate EAX reverb using standard reverb
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -566,6 +566,7 @@ static void alc_initconfig(void) ReverbBoost *= aluPow(10.0f, GetConfigValueFloat("reverb", "boost", 0.0f) / 20.0f); + EmulateEAXReverb = GetConfigValueBool("reverb", "emulate-eax", AL_FALSE); devs = GetConfigValue(NULL, "drivers", ""); if(devs[0]) |