aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alMain.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2017-03-19 13:48:40 -0700
committerChris Robinson <[email protected]>2017-03-19 13:48:40 -0700
commitecfa1dcb6ffb79c74c0f6629f395c7619a6a3add (patch)
tree5aa279362017e7219580e0587ae0b051dad9c21b /OpenAL32/Include/alMain.h
parent9e1aa50518e0abc6e8cfe811cedab32bb80a0fc5 (diff)
Don't defer source state or offset changes
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r--OpenAL32/Include/alMain.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index ac89adf8..2182d3f0 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -879,15 +879,9 @@ void AppendCaptureDeviceList(const ALCchar *name);
void ALCdevice_Lock(ALCdevice *device);
void ALCdevice_Unlock(ALCdevice *device);
-void ALCcontext_DeferUpdates(ALCcontext *context, ALenum type);
+void ALCcontext_DeferUpdates(ALCcontext *context);
void ALCcontext_ProcessUpdates(ALCcontext *context);
-enum {
- DeferOff = AL_FALSE,
- DeferAll,
- DeferAllowPlay
-};
-
typedef struct {
#ifdef HAVE_FENV_H