aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2011-07-20 22:53:46 -0700
committerChris Robinson <[email protected]>2011-07-20 22:53:46 -0700
commit77128d298ec360c7e64f0ec9b9b25d38c1c607b6 (patch)
treeeb6662fb5a1b9713e8e4dd766a9ac030f93e78fc /OpenAL32
parent1e8a379a03b80dbfc621855fd819f73487bcc7de (diff)
Add an option to emulate EAX reverb using standard reverb
Diffstat (limited to 'OpenAL32')
-rw-r--r--OpenAL32/Include/alEffect.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenAL32/Include/alEffect.h b/OpenAL32/Include/alEffect.h
index 252490a9..f5274d4a 100644
--- a/OpenAL32/Include/alEffect.h
+++ b/OpenAL32/Include/alEffect.h
@@ -19,6 +19,7 @@ enum {
extern ALboolean DisabledEffects[MAX_EFFECTS];
extern ALfloat ReverbBoost;
+extern ALboolean EmulateEAXReverb;
typedef struct ALeffect
{