mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
refs #507, adjustments for launcher
* renamed GUI enum to reflect where audio runs * removed assumpted position, this is no longer possible as launcher is independet application
This commit is contained in:
committed by
Mathew Sutcliffe
parent
30e6831bf8
commit
746985fa3c
@@ -130,13 +130,13 @@ int main(int argc, char *argv[])
|
||||
BlackCore::CRuntimeConfig runtimeConfig;
|
||||
switch (coreMode)
|
||||
{
|
||||
case GuiModes::CoreExternal:
|
||||
case GuiModes::CoreExternalCoreAudio:
|
||||
runtimeConfig = CRuntimeConfig::remote(dBusAddress);
|
||||
break;
|
||||
case GuiModes::CoreInGuiProcess:
|
||||
runtimeConfig = CRuntimeConfig::local(dBusAddress);
|
||||
break;
|
||||
case GuiModes::CoreExternalAudioLocal:
|
||||
case GuiModes::CoreExternalAudioGui:
|
||||
runtimeConfig = CRuntimeConfig::remoteLocalAudio(dBusAddress);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user