diff options
| author | 2024-04-15 13:29:30 +0200 | |
|---|---|---|
| committer | 2024-04-15 13:29:30 +0200 | |
| commit | bbfee2d929179532dce13eda93bf39866f5880d2 (patch) | |
| tree | 5a71fd9ca1385f522c20b764d94c24a8a15d79b4 /src/frontend | |
| parent | 5758065e8b60e771feebc58ab53a04ae65eb4bc0 (diff) | |
videoopt: update prev commit, better with empty 'radiobuttons'?
Diffstat (limited to 'src/frontend')
| -rw-r--r-- | src/frontend/mame/ui/videoopt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/mame/ui/videoopt.cpp b/src/frontend/mame/ui/videoopt.cpp index 0701c850816..84ae6b6867d 100644 --- a/src/frontend/mame/ui/videoopt.cpp +++ b/src/frontend/mame/ui/videoopt.cpp @@ -122,7 +122,7 @@ void menu_video_options::populate() if (!m_snapshot || !machine().video().snap_native()) { for (char const *name = m_target.view_name(ref = 0); name; name = m_target.view_name(++ref)) - item_append(name, ref == m_target.view() ? convert_command_glyph("_> ") : " ", 0, reinterpret_cast<void *>(ITEM_VIEW_FIRST + ref)); + item_append(name, convert_command_glyph(ref == m_target.view() ? "_>" : "_<"), 0, reinterpret_cast<void *>(ITEM_VIEW_FIRST + ref)); item_append(menu_item_type::SEPARATOR); } |
