mirror of
https://github.com/holub/mame
synced 2025-05-19 20:29:09 +03:00
Port category is always zero for MAME drivers (no whatsnew)
This commit is contained in:
parent
612dc0bf59
commit
f8b8f4f26b
@ -1725,9 +1725,7 @@ static void menu_input_specific_populate(running_machine *machine, ui_menu *menu
|
|||||||
|
|
||||||
/* add if we match the group and we have a valid name */
|
/* add if we match the group and we have a valid name */
|
||||||
if (name != NULL && input_condition_true(machine, &field->condition) &&
|
if (name != NULL && input_condition_true(machine, &field->condition) &&
|
||||||
#ifdef MESS
|
|
||||||
(field->category == 0 || input_category_active(machine, field->category)) &&
|
(field->category == 0 || input_category_active(machine, field->category)) &&
|
||||||
#endif /* MESS */
|
|
||||||
((field->type == IPT_OTHER && field->name != NULL) || input_type_group(machine, field->type, field->player) != IPG_INVALID))
|
((field->type == IPT_OTHER && field->name != NULL) || input_type_group(machine, field->type, field->player) != IPG_INVALID))
|
||||||
{
|
{
|
||||||
input_seq_type seqtype;
|
input_seq_type seqtype;
|
||||||
|
Loading…
Reference in New Issue
Block a user