aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index c5b3f4e4..390856a7 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -331,7 +331,8 @@ static const ALCchar alcNoDeviceExtList[] =
"ALC_EXT_thread_local_context";
static const ALCchar alcExtensionList[] =
"ALC_ENUMERATE_ALL_EXT ALC_ENUMERATION_EXT ALC_EXT_CAPTURE "
- "ALC_EXT_disconnect ALC_EXT_EFX ALC_EXT_thread_local_context";
+ "ALC_EXT_DEDICATED ALC_EXT_disconnect ALC_EXT_EFX "
+ "ALC_EXT_thread_local_context";
static const ALCint alcMajorVersion = 1;
static const ALCint alcMinorVersion = 1;
@@ -514,6 +515,7 @@ static void alc_init(void)
{ "reverb", REVERB },
{ "echo", ECHO },
{ "modulator", MODULATOR },
+ { "dedicated", DEDICATED },
{ NULL, 0 }
};
int n;