From a0ee2ccce7730bfc4fe1f36107558339e606ade0 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 25 Apr 2010 08:40:37 -0700 Subject: Add a couple missing values to the *GetEnumValue tables --- Alc/ALc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Alc/ALc.c') 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 }, -- cgit v1.2.3