diff options
author | Chris Robinson <[email protected]> | 2014-11-08 05:53:17 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-11-08 05:53:17 -0800 |
commit | 3904a3f033ff2060bc8394164b437dabaf851046 (patch) | |
tree | 23c8415329f038fb8049f41e6e534ef21a37d7fa /Alc/ALc.c | |
parent | 74994e9d114953621042ab6b6f11cc7a4e32db94 (diff) |
Allow selecting the 5.1-rear channel config from the config file
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3277,6 +3277,7 @@ ALC_API ALCdevice* ALC_APIENTRY alcOpenDevice(const ALCchar *deviceName) { "surround51", DevFmtX51 }, { "surround61", DevFmtX61 }, { "surround71", DevFmtX71 }, + { "surround51rear", DevFmtX51Rear }, }; size_t i; |