diff options
author | Chris Robinson <[email protected]> | 2011-08-22 18:57:28 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-08-22 18:57:28 -0700 |
commit | 1d4dc7d7a9375ea8bc6fed47dfa126858c44cb5e (patch) | |
tree | 117e7d55b35828e190a1f50231ccf6745491428f /Alc | |
parent | 65d42083e1d88e3ef024325f08e6266a87dc03d7 (diff) |
Add AL_SOFTX_deferred_updates to the context's extension list
Diffstat (limited to 'Alc')
-rw-r--r-- | Alc/ALc.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -380,7 +380,8 @@ static const ALchar alExtList[] = "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_SOFTX_buffer_samples AL_SOFT_buffer_sub_data " - "AL_SOFT_loop_points AL_SOFTX_non_virtual_channels"; + "AL_SOFTX_deferred_updates AL_SOFT_loop_points " + "AL_SOFTX_non_virtual_channels"; // Mixing Priority Level ALint RTPrioLevel; |