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 {