diff options
author | Chris Robinson <[email protected]> | 2015-09-17 04:01:46 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2015-09-17 04:01:46 -0700 |
commit | 2f1bfb594580fb6fe0f070a2082d575735b6b625 (patch) | |
tree | 02b8a326c60fb9dac4deaef6e6a109eb1dc4ef18 /Alc/ALc.c | |
parent | 45703455342ced95bbbc9ee20b91716531e63b48 (diff) |
Add missing enum values
Spotted by Xavier Bouchoux.
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -380,6 +380,16 @@ static const ALCenums enumeration[] = { DECL(ALC_UNSIGNED_INT_SOFT), DECL(ALC_FLOAT_SOFT), + DECL(ALC_HRTF_SOFT), + DECL(ALC_DONT_CARE_SOFT), + DECL(ALC_HRTF_STATUS_SOFT), + DECL(ALC_HRTF_DISABLED_SOFT), + DECL(ALC_HRTF_ENABLED_SOFT), + DECL(ALC_HRTF_DENIED_SOFT), + DECL(ALC_HRTF_REQUIRED_SOFT), + DECL(ALC_HRTF_HEADPHONES_DETECTED_SOFT), + DECL(ALC_HRTF_UNSUPPORTED_FORMAT_SOFT), + DECL(ALC_NO_ERROR), DECL(ALC_INVALID_DEVICE), DECL(ALC_INVALID_CONTEXT), @@ -420,6 +430,7 @@ static const ALCenums enumeration[] = { DECL(AL_STREAMING), DECL(AL_UNDETERMINED), DECL(AL_METERS_PER_UNIT), + DECL(AL_LOOP_POINTS_SOFT), DECL(AL_DIRECT_CHANNELS_SOFT), DECL(AL_DIRECT_FILTER), |