diff options
author | Chris Robinson <[email protected]> | 2012-02-09 23:35:17 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-02-09 23:35:17 -0800 |
commit | ef68aa39f860bf93f6c566f0f5dd98e040cfe5f4 (patch) | |
tree | 7a7ae9ae71f1d8517d67bc4d4f78d7aa7e0131b8 /Alc/ALc.c | |
parent | b4b492c4171616310813316775244705e20c45ca (diff) |
Rename non_virtual_channels to direct_channels
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -377,8 +377,7 @@ static const ALchar alExtList[] = "AL_EXT_IMA4 AL_EXT_LINEAR_DISTANCE AL_EXT_MCFORMATS AL_EXT_MULAW " "AL_EXT_MULAW_MCFORMATS AL_EXT_OFFSET AL_EXT_source_distance_model " "AL_LOKI_quadriphonic AL_SOFT_buffer_samples AL_SOFT_buffer_sub_data " - "AL_SOFTX_deferred_updates AL_SOFT_loop_points " - "AL_SOFTX_non_virtual_channels"; + "AL_SOFTX_deferred_updates AL_SOFTX_direct_channels AL_SOFT_loop_points"; // Mixing Priority Level ALint RTPrioLevel; |