Browse Source

Use fixed buffer size for now

Signed-off-by: falkTX <falktx@falktx.com>
mod-desktop
falkTX 1 year ago
parent
commit
beaa62a192
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      asio.c

+ 1
- 1
asio.c View File

@@ -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;


Loading…
Cancel
Save