summaryrefslogtreecommitdiffstats
path: root/src/frontend/mame/ui/submenu.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/submenu.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/submenu.cpp')
-rw-r--r--src/frontend/mame/ui/submenu.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/frontend/mame/ui/submenu.cpp b/src/frontend/mame/ui/submenu.cpp
index 3d0b866618a..9b4b85331a8 100644
--- a/src/frontend/mame/ui/submenu.cpp
+++ b/src/frontend/mame/ui/submenu.cpp
@@ -22,7 +22,6 @@ std::vector<submenu::option> const submenu::misc_options = {
{ submenu::option_type::HEAD, __("Miscellaneous Options") },
{ submenu::option_type::UI, __("Re-select last machine played"), OPTION_REMEMBER_LAST },
{ submenu::option_type::UI, __("Enlarge images in the right panel"), OPTION_ENLARGE_SNAPS },
- { submenu::option_type::UI, __("DATs info"), OPTION_DATS_ENABLED },
{ submenu::option_type::EMU, __("Cheats"), OPTION_CHEAT },
{ submenu::option_type::EMU, __("Show mouse pointer"), OPTION_UI_MOUSE },
{ submenu::option_type::EMU, __("Confirm quit from machines"), OPTION_CONFIRM_QUIT },