From beaa62a192f3f25156b748efec055cf6af621cc9 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sun, 3 Dec 2023 15:39:29 +0100 Subject: [PATCH] Use fixed buffer size for now Signed-off-by: falkTX --- asio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asio.c b/asio.c index 363494b..abb997e 100644 --- a/asio.c +++ b/asio.c @@ -1323,7 +1323,7 @@ static VOID configure_driver(IWineASIOImpl *This) This->wineasio_number_inputs = 2; This->wineasio_number_outputs = 2; - This->wineasio_fixed_buffersize = FALSE; + This->wineasio_fixed_buffersize = TRUE; This->jack_client = NULL; This->jack_client_name[0] = 0;