Ensure the max reverb update size is a multiple of 4
commit99737469e2678a6169462c8488b6f6080c7857b6
authorChris Robinson <chris.kcat@gmail.com>
Wed, 12 Sep 2018 01:39:50 +0000 (11 18:39 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Wed, 12 Sep 2018 01:39:50 +0000 (11 18:39 -0700)
tree275ed4b38744f825230b5b5f21b2ff8689874718
parentb13396cce273c2154893976a9e33b87ae7e9d085
Ensure the max reverb update size is a multiple of 4

It's not an issue for the final mix, but if one loop has an unaligned count,
the next loop will have unaligned input and output buffer targets which can
crash the SSE mixers.
Alc/effects/reverb.c