Browse Source
build
Signed-off-by: crueter <crueter@eden-emu.dev>
pull/3083/head
crueter
3 months ago
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
1 changed files with
0 additions and
1 deletions
-
src/yuzu/configuration/configure_audio.cpp
|
|
|
@ -241,7 +241,6 @@ void ConfigureAudio::ApplyConfiguration() { |
|
|
|
} |
|
|
|
|
|
|
|
const u32 new_sink_id = [this]() { |
|
|
|
u32 new_sink_id = 0; |
|
|
|
const std::string sink_id = sink_combo_box->currentText().toStdString(); |
|
|
|
const auto canonicalizations |
|
|
|
= Settings::EnumMetadata<Settings::AudioEngine>::Canonicalizations(); |
|
|
|
|