diff options
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -349,6 +349,7 @@ static void alc_init(void) { "eaxreverb", EAXREVERB }, { "reverb", REVERB }, { "echo", ECHO }, + { "modulator", MODULATOR }, { NULL, 0 } }; int n; |