From 2b013fc54e8cf9be2184e20a6cd17c4696401ca9 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 17 Jun 2017 23:09:51 -0700 Subject: Make the dithering depth configurable --- OpenAL32/Include/alMain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenAL32') diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 6e17651f..e5dd8c26 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -794,7 +794,7 @@ struct ALCdevice_struct DistanceComp ChannelDelay[MAX_OUTPUT_CHANNELS]; /* Dithering control. */ - bool DitherEnabled; + ALfloat DitherDepth; ALuint DitherSeed; /* Running count of the mixer invocations, in 31.1 fixed point. This -- cgit v1.2.3