aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-02-10 15:50:05 -0800
committerChris Robinson <[email protected]>2018-02-10 15:50:05 -0800
commit5b11129eaa3fbf094bbbc85688bf6339b5abb753 (patch)
treefee49054beed0af32b02a3ab2c66d5d66651d172 /Alc/ALc.c
parentee3d53a67373cae7ec13c29a4e3842e732ec06cc (diff)
Use a function pointer for applying the dry mix post-process
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index 915addac..461934cc 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -2216,6 +2216,8 @@ static ALCenum UpdateDeviceParams(ALCdevice *device, const ALCint *attrList)
}
TRACE("Output limiter %s\n", device->Limiter ? "enabled" : "disabled");
+ aluSelectPostProcess(device);
+
/* Need to delay returning failure until replacement Send arrays have been
* allocated with the appropriate size.
*/