summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/moptions.cpp
diff options
context:
space:
mode:
author MooglyGuy <MooglyGuy@users.noreply.github.com>2021-03-22 12:40:57 +0100
committer GitHub <noreply@github.com>2021-03-22 22:40:57 +1100
commit8abba577ea3be471c4ec5b0a00af373528658810 (patch)
treedf350d052ff099b7bf6eb96bf79a3b14508bae0d /src/frontend/mame/ui/moptions.cpp
parentf1b8f5533bbbc1c07d0eadd8c0301d1751b693ca (diff)
Addressed Github issue #7843 (mute on unthrottle) (#7875)
Diffstat (limited to 'src/frontend/mame/ui/moptions.cpp')
-rw-r--r--src/frontend/mame/ui/moptions.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frontend/mame/ui/moptions.cpp b/src/frontend/mame/ui/moptions.cpp
index b3b08f6dc3b..cf1d521ef3b 100644
--- a/src/frontend/mame/ui/moptions.cpp
+++ b/src/frontend/mame/ui/moptions.cpp
@@ -56,6 +56,7 @@ const options_entry ui_options::s_option_entries[] =
{ OPTION_LAST_USED_MACHINE, "", OPTION_STRING, "latest used machine" },
{ OPTION_INFO_AUTO_AUDIT, "0", OPTION_BOOLEAN, "enable auto audit in the general info panel" },
{ OPTION_HIDE_ROMLESS, "1", OPTION_BOOLEAN, "hide romless machine from available list" },
+ { OPTION_UNTHROTTLE_MUTE ";utm", "0", OPTION_BOOLEAN, "mute audio when running unthrottled" },
// UI options
{ nullptr, nullptr, OPTION_HEADER, "UI OPTIONS" },