From cbcaa54173bf6b14435adf3daf9feb2fa2e37d04 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 16 Sep 2009 22:58:54 -0700 Subject: Store the number of periods in the device instead of the buffer size Also keep all the fields in sync --- 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 a7fdb6ee..a334fabd 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -210,7 +210,7 @@ struct ALCdevice_struct ALuint Frequency; ALuint UpdateSize; - ALuint BufferSize; + ALuint NumUpdates; ALenum Format; ALCchar *szDeviceName; -- cgit v1.2.3