Skip to content

Commit bbfee2d

Browse files
committed
videoopt: update prev commit, better with empty 'radiobuttons'?
1 parent 5758065 commit bbfee2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/mame/ui/videoopt.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ void menu_video_options::populate()
122122
if (!m_snapshot || !machine().video().snap_native())
123123
{
124124
for (char const *name = m_target.view_name(ref = 0); name; name = m_target.view_name(++ref))
125-
item_append(name, ref == m_target.view() ? convert_command_glyph("_> ") : " ", 0, reinterpret_cast<void *>(ITEM_VIEW_FIRST + ref));
125+
item_append(name, convert_command_glyph(ref == m_target.view() ? "_>" : "_<"), 0, reinterpret_cast<void *>(ITEM_VIEW_FIRST + ref));
126126
item_append(menu_item_type::SEPARATOR);
127127
}
128128

0 commit comments

Comments
 (0)