diff options
author | Chris Robinson <[email protected]> | 2012-10-13 00:59:46 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-10-13 00:59:46 -0700 |
commit | 01136ecd5170c7675e576f05635fc9c20d3fc113 (patch) | |
tree | 376f4d12e93efbead38dee5358e3fd65288dbe8b /Alc/ALc.c | |
parent | 121252347058fbf8a5af9e598a82ad98fc92f46c (diff) |
List the in-progress AL_SOFT_source_latency extension
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -616,7 +616,8 @@ 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_direct_channels AL_SOFT_loop_points"; + "AL_SOFTX_deferred_updates AL_SOFT_direct_channels AL_SOFT_loop_points " + "AL_SOFTX_source_latency"; static volatile ALCenum LastNullDeviceError = ALC_NO_ERROR; |