early-access version 2956

This commit is contained in:
pineappleEA
2022-09-16 18:23:25 +02:00
parent 9a930c7082
commit c7c964fa7d
8 changed files with 73 additions and 46 deletions

View File

@@ -82,7 +82,7 @@ u32 Manager::GetDeviceNames(std::vector<AudioRenderer::AudioDevice::AudioDeviceN
auto input_devices{Sink::GetDeviceListForSink(Settings::values.sink_id.GetValue(), true)};
if (input_devices.size() > 1) {
names.push_back(AudioRenderer::AudioDevice::AudioDeviceName("Uac"));
names.emplace_back("Uac");
return 1;
}
return 0;