From 34ea7eba9e5f750aaa18713c51da852555064d39 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 29 May 2009 01:32:54 -0700 Subject: Add preliminary support for the EAX Reverb effect Not all parameters are supported yet, though it is a little more fuctional than standard reverb --- Alc/ALc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Alc/ALc.c') diff --git a/Alc/ALc.c b/Alc/ALc.c index d04b0a05..905ac6e8 100644 --- a/Alc/ALc.c +++ b/Alc/ALc.c @@ -322,6 +322,7 @@ static void InitAL(void) const char *name; int type; } EffectList[] = { + { "eaxreverb", EAXREVERB }, { "reverb", REVERB }, { "echo", ECHO }, { NULL, 0 } -- cgit v1.2.3