mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 02:15:47 -04:00
CDROM: Add a setting and hotkey to mute CD audio
This commit is contained in:
@ -445,7 +445,7 @@ void LibretroHostInterface::OnSystemDestroyed()
|
||||
m_using_hardware_renderer = false;
|
||||
}
|
||||
|
||||
static std::array<retro_core_option_definition, 34> s_option_definitions = {{
|
||||
static std::array<retro_core_option_definition, 35> s_option_definitions = {{
|
||||
{"duckstation_Console.Region",
|
||||
"Console Region",
|
||||
"Determines which region/hardware to emulate. Auto-Detect will use the region of the disc inserted.",
|
||||
@ -476,6 +476,11 @@ static std::array<retro_core_option_definition, 34> s_option_definitions = {{
|
||||
"lock up while the image is preloaded.",
|
||||
{{"true", "Enabled"}, {"false", "Disabled"}},
|
||||
"false"},
|
||||
{"duckstation_CDROM.MuteCDAudio",
|
||||
"Mute CD Audio",
|
||||
"Forcibly mutes both CD-DA and XA audio from the CD-ROM. Can be used to disable background music in some games.",
|
||||
{{"true", "Enabled"}, {"false", "Disabled"}},
|
||||
"false"},
|
||||
{"duckstation_CPU.ExecutionMode",
|
||||
"CPU Execution Mode",
|
||||
"Which mode to use for CPU emulation. Recompiler provides the best performance.",
|
||||
|
Reference in New Issue
Block a user