Don't unnecessarily force the output limiter on

This commit is contained in:
Chris Robinson 2019-07-01 11:13:23 -07:00
parent 871257b69e
commit e9b41d9b90

View File

@ -3723,7 +3723,6 @@ START_API_FUNC
device->Frequency = DEFAULT_OUTPUT_RATE;
device->UpdateSize = DEFAULT_UPDATE_SIZE;
device->BufferSize = DEFAULT_UPDATE_SIZE * DEFAULT_NUM_UPDATES;
device->LimiterState = ALC_TRUE;
device->SourcesMax = 256;
device->AuxiliaryEffectSlotMax = 64;