diff options
author | Chris Robinson <[email protected]> | 2016-03-25 13:55:23 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2016-03-25 13:55:23 -0700 |
commit | 19b130c45d0760f44b453cec6be33ae5cef48851 (patch) | |
tree | 93ba7464f2d5f1e21b1023fc9236e3bb8142397d /Alc/ALc.c | |
parent | b0acfa17634281bf95f423d903aac5dfc23f3697 (diff) |
Use the "decoder" config section instead of "ambisonics"
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2119,7 +2119,7 @@ static ALCenum UpdateDeviceParams(ALCdevice *device, const ALCint *attrList) } if(!device->Hrtf && !device->Uhj_Encoder && - GetConfigValueBool(al_string_get_cstr(device->DeviceName), "ambisonics", "hq-mode", 1)) + GetConfigValueBool(al_string_get_cstr(device->DeviceName), "decoder", "hq-mode", 1)) { if(!device->AmbiDecoder) device->AmbiDecoder = bformatdec_alloc(); |