mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-02 11:15:42 -04:00
SDL: Add Mute CD Audio option to settings menu
This commit is contained in:
parent
87518fbee1
commit
b66f212ec3
@ -1285,6 +1285,7 @@ void SDLHostInterface::DrawSettingsWindow()
|
||||
|
||||
settings_changed |= ImGui::Checkbox("Output Sync", &m_settings_copy.audio_sync_enabled);
|
||||
settings_changed |= ImGui::Checkbox("Start Dumping On Boot", &m_settings_copy.audio_dump_on_boot);
|
||||
settings_changed |= ImGui::Checkbox("Mute CD Audio", &m_settings_copy.cdrom_mute_cd_audio);
|
||||
}
|
||||
|
||||
ImGui::EndTabItem();
|
||||
|
Loading…
x
Reference in New Issue
Block a user