aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alSource.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2007-12-17 21:33:05 -0800
committerChris Robinson <[email protected]>2007-12-17 21:33:05 -0800
commit06f2076f04f2a8f938028664021fa501a4374d2d (patch)
tree38d7a7219073bf624a0c204f3195a57ced2753df /OpenAL32/Include/alSource.h
parentfc43a139278474c8de159cc87e8138dc101bff50 (diff)
Implement AL_DIRECT_FILTER_GAINHF_AUTO source property
Diffstat (limited to 'OpenAL32/Include/alSource.h')
-rw-r--r--OpenAL32/Include/alSource.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenAL32/Include/alSource.h b/OpenAL32/Include/alSource.h
index d210ae9b..88732da9 100644
--- a/OpenAL32/Include/alSource.h
+++ b/OpenAL32/Include/alSource.h
@@ -65,6 +65,8 @@ typedef struct ALsource_struct
ALfloat LastDrySample;
ALfloat LastWetSample;
+ ALboolean DryGainHFAuto;
+
// Index to itself
ALuint source;