RageSoundDriver_JACK: Explicitly hint that we would rather fail than start a new jackd instance.

This commit is contained in:
Ben "root" Anderson
2014-01-25 09:55:45 -06:00
parent 6f499cb7e2
commit fe91ae4b18
+1 -1
View File
@@ -34,7 +34,7 @@ RString RageSoundDriver_JACK::Init()
RString error;
// 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)
return "Couldn't connect to JACK server";