mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-04-10 02:11:29 -06:00
fix mistake while refactoring Settings code
This commit is contained in:
parent
363fe5901a
commit
dc127e5e61
@ -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
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user