diff options
author | Chris Robinson <[email protected]> | 2010-04-25 08:40:37 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2010-04-25 08:40:37 -0700 |
commit | a0ee2ccce7730bfc4fe1f36107558339e606ade0 (patch) | |
tree | 925b883d0d88ce6c12f856dcd66622e10557fdf3 /Alc/ALc.c | |
parent | 110be7f500f08e4d926af80bbae8586ebafef983 (diff) |
Add a couple missing values to the *GetEnumValue tables
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 }, |