diff options
author | Chris Robinson <[email protected]> | 2023-05-03 07:03:07 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2023-05-03 07:03:07 -0700 |
commit | 4739b77b8a20800b24b6187dca9aedca5fac367b (patch) | |
tree | cf939223b9a1ee4a23b0197da7d3a4be701e2449 /alc/context.cpp | |
parent | f80324873992887f518d97dfb388bbb78079377e (diff) |
Rename AL_SOFT_debug to AL_EXT_DEBUG
Diffstat (limited to 'alc/context.cpp')
-rw-r--r-- | alc/context.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/context.cpp b/alc/context.cpp index 0c8253fb..6a2f57ca 100644 --- a/alc/context.cpp +++ b/alc/context.cpp @@ -51,6 +51,7 @@ using voidp = void*; constexpr ALchar alExtList[] = "AL_EXT_ALAW " "AL_EXT_BFORMAT " + "AL_EXTX_DEBUG " "AL_EXT_DOUBLE " "AL_EXT_EXPONENT_DISTANCE " "AL_EXT_FLOAT32 " @@ -72,7 +73,6 @@ constexpr ALchar alExtList[] = "AL_SOFT_buffer_length_query " "AL_SOFT_callback_buffer " "AL_SOFTX_convolution_reverb " - "AL_SOFTX_debug " "AL_SOFT_deferred_updates " "AL_SOFT_direct_channels " "AL_SOFT_direct_channels_remix " |