Increase the async event queue size

This commit is contained in:
Chris Robinson
2018-12-04 16:38:22 -08:00
parent 6409910543
commit a94bfd3ec9
+1 -1
View File
@@ -2548,7 +2548,7 @@ static ALvoid InitContext(ALCcontext *Context)
listener.Params.mDistanceModel = Context->mDistanceModel;
Context->AsyncEvents = ll_ringbuffer_create(63, sizeof(AsyncEvent), false);
Context->AsyncEvents = ll_ringbuffer_create(511, sizeof(AsyncEvent), false);
StartEventThrd(Context);
}