aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2012-10-13 00:59:46 -0700
committerChris Robinson <[email protected]>2012-10-13 00:59:46 -0700
commit01136ecd5170c7675e576f05635fc9c20d3fc113 (patch)
tree376f4d12e93efbead38dee5358e3fd65288dbe8b /Alc/ALc.c
parent121252347058fbf8a5af9e598a82ad98fc92f46c (diff)
List the in-progress AL_SOFT_source_latency extension
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index 3506777d..424cbdc0 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -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;