aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2010-04-25 08:40:37 -0700
committerChris Robinson <[email protected]>2010-04-25 08:40:37 -0700
commita0ee2ccce7730bfc4fe1f36107558339e606ade0 (patch)
tree925b883d0d88ce6c12f856dcd66622e10557fdf3 /Alc/ALc.c
parent110be7f500f08e4d926af80bbae8586ebafef983 (diff)
Add a couple missing values to the *GetEnumValue tables
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index f6dce4d6..b02d800e 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -148,6 +148,7 @@ static const ALCenums enumeration[] = {
{ "ALC_CAPTURE_DEVICE_SPECIFIER", ALC_CAPTURE_DEVICE_SPECIFIER },
{ "ALC_CAPTURE_DEFAULT_DEVICE_SPECIFIER", ALC_CAPTURE_DEFAULT_DEVICE_SPECIFIER},
{ "ALC_CAPTURE_SAMPLES", ALC_CAPTURE_SAMPLES },
+ { "ALC_CONNECTED", ALC_CONNECTED },
// EFX Properties
{ "ALC_EFX_MAJOR_VERSION", ALC_EFX_MAJOR_VERSION },