summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/moptions.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2017-08-12 16:02:52 +1000
committer Vas Crabb <vas@vastheman.com>2017-08-12 16:02:52 +1000
commitc179a4e0e96cda57c790151111404fd421e9e39f (patch)
treeb9dddb171338d531c9a08443db13ba572f7e71db /src/frontend/mame/ui/moptions.cpp
parent71c7cfe5259f33e668dc3f870f6cf0433c073f51 (diff)
ui: save/restore images/info selection in right panel
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 a030fa219ef..9b070962932 100644
--- a/src/frontend/mame/ui/moptions.cpp
+++ b/src/frontend/mame/ui/moptions.cpp
@@ -51,6 +51,7 @@ const options_entry ui_options::s_option_entries[] =
{ OPTION_SKIP_BIOS_MENU, "0", OPTION_BOOLEAN, "skip bios submenu, start with configured or default" },
{ OPTION_SKIP_PARTS_MENU, "0", OPTION_BOOLEAN, "skip parts submenu, start with first part" },
{ OPTION_LAST_USED_FILTER, "", OPTION_STRING, "latest used filter" },
+ { OPTION_LAST_RIGHT_PANEL "(0-1)", "0", OPTION_INTEGER, "latest right panel focus" },
{ 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" },