mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-06 06:51:18 +12:00
save config properly
This commit is contained in:
parent
c796f707f4
commit
8368875fc0
2 changed files with 21 additions and 1 deletions
|
@ -1183,11 +1183,16 @@ void GeneralSettings2::OnVolumeChanged(wxCommandEvent& event)
|
|||
g_padVolume = event.GetInt();
|
||||
}
|
||||
}
|
||||
else
|
||||
else if (event.GetEventObject() == m_tv_volume)
|
||||
{
|
||||
if (g_tvAudio)
|
||||
g_tvAudio->SetVolume(event.GetInt());
|
||||
}
|
||||
else
|
||||
{
|
||||
if(g_portalAudio)
|
||||
g_portalAudio->SetVolume(event.GetInt());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue