diff options
author | Chris Robinson <[email protected]> | 2017-08-07 01:38:26 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-08-07 01:38:26 -0700 |
commit | 530002e168c907bd3468cd0fefaec2565e248bbd (patch) | |
tree | 81277088117c0489cc405c17ee6fc0576b705891 /Alc/ALc.c | |
parent | 6eadccc99d518912addf73b2b39b5cbdcbb2b086 (diff) |
Avoid re-selecting the direct HRTF mix function
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1001,6 +1001,7 @@ static void alc_initconfig(void) #endif ConfigValueInt(NULL, NULL, "rt-prio", &RTPrioLevel); + aluInit(); aluInitMixer(); str = getenv("ALSOFT_TRAP_ERROR"); |