mirror of
https://github.com/holub/mame
synced 2025-05-30 17:41:47 +03:00
uiswlist.c: properly made non-clickable the separator entry between main lists and compatible ones. no whatsnew.
This commit is contained in:
parent
54ee23b875
commit
4d5bf5e7f3
@ -416,7 +416,7 @@ static void ui_mess_menu_populate_software_list(running_machine &machine, ui_men
|
||||
}
|
||||
if (found) {
|
||||
if (!haveCompatible) {
|
||||
ui_menu_item_append(menu, "[compatible lists]", NULL, 0, NULL);
|
||||
ui_menu_item_append(menu, "[compatible lists]", NULL, MENU_FLAG_DISABLE, NULL);
|
||||
}
|
||||
ui_menu_item_append(menu, list->description, NULL, 0, swlist->list_name[i]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user