RageSoundDriver_JACK: Explicitly hint that we would rather fail than start a new jackd instance.
This commit is contained in:
@@ -34,7 +34,7 @@ RString RageSoundDriver_JACK::Init()
|
|||||||
RString error;
|
RString error;
|
||||||
|
|
||||||
// Open JACK client and call it "StepMania" or whatever
|
// Open JACK client and call it "StepMania" or whatever
|
||||||
client = jack_client_open(PRODUCT_FAMILY, JackNullOption, &status);
|
client = jack_client_open(PRODUCT_FAMILY, JackNoStartServer, &status);
|
||||||
if (client == NULL)
|
if (client == NULL)
|
||||||
return "Couldn't connect to JACK server";
|
return "Couldn't connect to JACK server";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user