diff options
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. */ |