From b80502e41d4d0fa0978bfa11b73803e5dfa45148 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 14 May 2023 19:44:06 -0700 Subject: Add extension strings for the in-progress direct API --- 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 81529adf..bcd72f92 100644 --- a/alc/context.cpp +++ b/alc/context.cpp @@ -55,6 +55,7 @@ std::vector getContextExtensions() noexcept "AL_EXT_ALAW", "AL_EXT_BFORMAT", "AL_EXTX_debug", + "AL_EXTX_direct_context", "AL_EXT_DOUBLE", "AL_EXT_EXPONENT_DISTANCE", "AL_EXT_FLOAT32", -- cgit v1.2.3