mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
mainmenu: readd separator after favorites
This commit is contained in:
parent
3bb9487dfc
commit
94e6f93424
@ -183,6 +183,8 @@ void menu_main::populate()
|
||||
else
|
||||
item_append(_("menu-main", "Remove From Favorites"), 0, (void *)FAVORITE);
|
||||
|
||||
item_append(menu_item_type::SEPARATOR);
|
||||
|
||||
item_append(string_format(_("menu-main", "About %1$s"), emulator_info::get_appname()), 0, (void *)ABOUT);
|
||||
|
||||
item_append(menu_item_type::SEPARATOR);
|
||||
|
Loading…
Reference in New Issue
Block a user