aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2017-08-07 01:38:26 -0700
committerChris Robinson <[email protected]>2017-08-07 01:38:26 -0700
commit530002e168c907bd3468cd0fefaec2565e248bbd (patch)
tree81277088117c0489cc405c17ee6fc0576b705891 /Alc/ALc.c
parent6eadccc99d518912addf73b2b39b5cbdcbb2b086 (diff)
Avoid re-selecting the direct HRTF mix function
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index b367dd1d..a1c17087 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -1001,6 +1001,7 @@ static void alc_initconfig(void)
#endif
ConfigValueInt(NULL, NULL, "rt-prio", &RTPrioLevel);
+ aluInit();
aluInitMixer();
str = getenv("ALSOFT_TRAP_ERROR");