summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/videoopt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/mame/ui/videoopt.cpp')
-rw-r--r--src/frontend/mame/ui/videoopt.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/frontend/mame/ui/videoopt.cpp b/src/frontend/mame/ui/videoopt.cpp
index 861bc9ce94e..8d5ccbca88c 100644
--- a/src/frontend/mame/ui/videoopt.cpp
+++ b/src/frontend/mame/ui/videoopt.cpp
@@ -59,6 +59,7 @@ void menu_video_targets::populate(float &customtop, float &custombottom)
// add option for snapshot target
item_append("Snapshot", 0, &machine().video().snapshot_target());
+ item_append(menu_item_type::SEPARATOR);
}
/*-------------------------------------------------
@@ -212,6 +213,8 @@ void menu_video_options::populate(float &customtop, float &custombottom)
// keep aspect
item_append_on_off(_("Maintain Aspect Ratio"), m_target.keepaspect(), 0, reinterpret_cast<void *>(ITEM_KEEPASPECT));
}
+
+ item_append(menu_item_type::SEPARATOR);
}