Browse Source

Implement wineasio_autostart_server, just a jack client option

tags/v1.0.0
falkTX 4 years ago
parent
commit
591ba56c48
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      asio.c

+ 1
- 1
asio.c View File

@@ -413,7 +413,7 @@ HIDDEN ASIOBool STDMETHODCALLTYPE Init(LPWINEASIO iface, void *sysRef)
{
IWineASIOImpl *This = (IWineASIOImpl *)iface;
jack_status_t jack_status;
jack_options_t jack_options = JackNullOption;
jack_options_t jack_options = This->wineasio_autostart_server ? JackNullOption : JackNoStartServer;
int i;

This->sys_ref = sysRef;


Loading…
Cancel
Save