summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/moptions.cpp
diff options
context:
space:
mode:
author dankan1890 <mewuidev2@gmail.com>2016-09-19 02:48:46 +0200
committer dankan1890 <mewuidev2@gmail.com>2016-09-19 02:48:46 +0200
commit1376b3497c5bdbe421485df4fe88a971357dbcca (patch)
tree90c912a8ca65d1a5760b25856b487d8ea12775fc /src/frontend/mame/ui/moptions.cpp
parent05a63c3e042ba5fc201bcde0e8f865d69cd7c9ff (diff)
removed enable_dats() option, no longer needed after the switch to lua plugin. (nw)
fixed the failure to select the last used machine if quit with the focus in another part of the main menu. (nw)
Diffstat (limited to 'src/frontend/mame/ui/moptions.cpp')
-rw-r--r--src/frontend/mame/ui/moptions.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/frontend/mame/ui/moptions.cpp b/src/frontend/mame/ui/moptions.cpp
index 6a95a737301..50cc0bcd14f 100644
--- a/src/frontend/mame/ui/moptions.cpp
+++ b/src/frontend/mame/ui/moptions.cpp
@@ -44,7 +44,6 @@ const options_entry ui_options::s_option_entries[] =
// misc options
{ nullptr, nullptr, OPTION_HEADER, "UI MISC OPTIONS" },
- { OPTION_DATS_ENABLED, "1", OPTION_BOOLEAN, "enable DATs support" },
{ OPTION_REMEMBER_LAST, "1", OPTION_BOOLEAN, "reselect in main menu last played game" },
{ OPTION_ENLARGE_SNAPS, "1", OPTION_BOOLEAN, "enlarge arts (snapshot, title, etc...) in right panel (keeping aspect ratio)" },
{ OPTION_FORCED4X3, "1", OPTION_BOOLEAN, "force the appearance of the snapshot in the list software to 4:3" },