From 9215e8c9d5f4fdc7b2e552203f5836264542c4a3 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 30 Apr 2023 18:17:24 -0700 Subject: Add an extension string for the in-progress debug extension --- alc/context.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'alc/context.cpp') diff --git a/alc/context.cpp b/alc/context.cpp index a07e5412..4b477184 100644 --- a/alc/context.cpp +++ b/alc/context.cpp @@ -71,6 +71,7 @@ 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 " -- cgit v1.2.3