Add an extension string for the in-progress source length extension

This is the extension that allows you to get the full length of the source's
buffer queue.
This commit is contained in:
Chris Robinson 2014-05-26 04:07:50 -07:00
parent b6e1042e8c
commit 2d2bc25fd0

View File

@ -719,7 +719,8 @@ static const ALchar alExtList[] =
"AL_EXT_MULAW_MCFORMATS AL_EXT_OFFSET AL_EXT_source_distance_model "
"AL_LOKI_quadriphonic AL_SOFT_block_alignment AL_SOFT_buffer_samples "
"AL_SOFT_buffer_sub_data AL_SOFT_deferred_updates AL_SOFT_direct_channels "
"AL_SOFT_loop_points AL_SOFTX_MSADPCM AL_SOFT_source_latency";
"AL_SOFT_loop_points AL_SOFTX_MSADPCM AL_SOFT_source_latency "
"AL_SOFTX_source_length";
static volatile ALCenum LastNullDeviceError = ALC_NO_ERROR;