diff options
Diffstat (limited to 'src/emu/ui/simpleselgame.cpp')
-rw-r--r-- | src/emu/ui/simpleselgame.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/ui/simpleselgame.cpp b/src/emu/ui/simpleselgame.cpp index e6c4b197e50..73575a21026 100644 --- a/src/emu/ui/simpleselgame.cpp +++ b/src/emu/ui/simpleselgame.cpp @@ -261,7 +261,7 @@ void ui_simple_menu_select_game::populate() // if we're forced into this, allow general input configuration as well if (ui_menu::stack_has_special_main_menu()) { - item_append(MENU_SEPARATOR_ITEM, nullptr, 0, nullptr); + item_append(ui_menu_item_type::SEPARATOR); item_append(_("Configure Options"), nullptr, 0, (void *)1); skip_main_items = 1; } |