From dc127e5e61fa8160dd24035799fb4e20087be89f Mon Sep 17 00:00:00 2001 From: goeiecool9999 <7033575+goeiecool9999@users.noreply.github.com> Date: Sun, 17 Dec 2023 11:17:38 +0100 Subject: [PATCH] fix mistake while refactoring Settings code --- src/gui/GeneralSettings2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/GeneralSettings2.cpp b/src/gui/GeneralSettings2.cpp index 40be9297..f8493b10 100644 --- a/src/gui/GeneralSettings2.cpp +++ b/src/gui/GeneralSettings2.cpp @@ -1769,7 +1769,7 @@ void GeneralSettings2::UpdateAudioDevice() if (m_game_launched && g_padAudio) channels = g_padAudio->GetChannels(); else - channels = CemuConfig::AudioChannelsToNChannels(config.tv_channels); + channels = CemuConfig::AudioChannelsToNChannels(config.pad_channels); try {