Skip to content

Commit

Permalink
fix mistake while refactoring Settings code
Browse files Browse the repository at this point in the history
  • Loading branch information
goeiecool9999 committed Dec 17, 2023
1 parent 363fe59 commit dc127e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/GeneralSettings2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit dc127e5

Please sign in to comment.