Add a couple missing values to the *GetEnumValue tables
This commit is contained in:
parent
110be7f500
commit
a0ee2ccce7
@ -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 },
|
||||
|
@ -303,6 +303,7 @@ static const ALenums enumeration[] = {
|
||||
{ "AL_DOPPLER_VELOCITY", AL_DOPPLER_VELOCITY },
|
||||
{ "AL_DISTANCE_MODEL", AL_DISTANCE_MODEL },
|
||||
{ "AL_SPEED_OF_SOUND", AL_SPEED_OF_SOUND },
|
||||
{ "AL_SOURCE_DISTANCE_MODEL", AL_SOURCE_DISTANCE_MODEL },
|
||||
|
||||
// Distance Models
|
||||
{ "AL_INVERSE_DISTANCE", AL_INVERSE_DISTANCE },
|
||||
|
Loading…
Reference in New Issue
Block a user