diff options
author | Chris Robinson <[email protected]> | 2012-09-16 06:19:39 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-09-16 06:19:39 -0700 |
commit | dd9d30e2489d938d5ec0d75702c82b943a1b3efa (patch) | |
tree | 351af51fc6711afbd48165da6eb402a0d3d2b876 /OpenAL32/Include | |
parent | 95535ce99eb7b0664fff4172764c4272fd3ddd15 (diff) |
Implement an SSE MixSend method
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r-- | OpenAL32/Include/alAuxEffectSlot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/Include/alAuxEffectSlot.h b/OpenAL32/Include/alAuxEffectSlot.h index f025118f..cfa61a5f 100644 --- a/OpenAL32/Include/alAuxEffectSlot.h +++ b/OpenAL32/Include/alAuxEffectSlot.h @@ -26,7 +26,7 @@ typedef struct ALeffectslot volatile ALenum NeedsUpdate; ALeffectState *EffectState; - ALfloat WetBuffer[BUFFERSIZE]; + ALIGN(16) ALfloat WetBuffer[BUFFERSIZE]; ALfloat ClickRemoval[1]; ALfloat PendingClicks[1]; |