aboutsummaryrefslogtreecommitdiffstats
path: root/alc/context.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2023-05-14 19:44:06 -0700
committerChris Robinson <[email protected]>2023-05-14 19:44:06 -0700
commitb80502e41d4d0fa0978bfa11b73803e5dfa45148 (patch)
tree27910fd4e4d5055f1d183293fb559cdb826e63f9 /alc/context.cpp
parent5d89ea32c2bb6d5a137cb345bec616b0d6708789 (diff)
Add extension strings for the in-progress direct API
Diffstat (limited to 'alc/context.cpp')
-rw-r--r--alc/context.cpp1
1 files changed, 1 insertions, 0 deletions
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<std::string_view> 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",