diff options
author | 2016-02-22 09:14:49 +0100 | |
---|---|---|
committer | 2016-02-22 09:14:49 +0100 | |
commit | b2a230cd150d4e03ef278def20e4f594ea0412d7 (patch) | |
tree | ac390e7a2d33eb41f5841a1af94e50897f27f701 /src/emu/ui/moptions.cpp | |
parent | 96aee620d6ff8c1f659623831154a4cd00bae6a6 (diff) |
placing back UI related settings to emu_options on popular demand (nw)
Diffstat (limited to 'src/emu/ui/moptions.cpp')
-rw-r--r-- | src/emu/ui/moptions.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/emu/ui/moptions.cpp b/src/emu/ui/moptions.cpp index dd4897749fc..63c51d26438 100644 --- a/src/emu/ui/moptions.cpp +++ b/src/emu/ui/moptions.cpp @@ -52,10 +52,6 @@ const options_entry ui_options::s_option_entries[] = { OPTION_LAST_USED_FILTER, "", OPTION_STRING, "latest used filter" }, { 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_UI_SKIP_GAMEINFO, "0", OPTION_BOOLEAN, "skip displaying the information screen at startup" }, - { OPTION_UI_FONT, "default", OPTION_STRING, "specify a font to use" }, - { OPTION_UI_CONFIRM_QUIT, "0", OPTION_BOOLEAN, "display confirm quit screen on exit" }, - { OPTION_UI_MOUSE, "1", OPTION_BOOLEAN, "display ui mouse cursor" }, // UI options { nullptr, nullptr, OPTION_HEADER, "UI OPTIONS" }, |