mirror of
https://github.com/holub/mame
synced 2025-06-16 17:29:27 +03:00
inputmap: (nw)
This commit is contained in:
parent
d953796db4
commit
69b3c067d3
@ -170,7 +170,7 @@ void ui_menu_input_specific::populate()
|
|||||||
ioport_type_class type_class = field.type_class();
|
ioport_type_class type_class = field.type_class();
|
||||||
|
|
||||||
/* 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 (field.enabled() && (type_class == INPUT_CLASS_CONTROLLER || type_class == INPUT_CLASS_MISC))
|
if (field.enabled() && (type_class == INPUT_CLASS_CONTROLLER || type_class == INPUT_CLASS_MISC || type_class == INPUT_CLASS_KEYBOARD))
|
||||||
{
|
{
|
||||||
input_seq_type seqtype;
|
input_seq_type seqtype;
|
||||||
UINT32 sortorder;
|
UINT32 sortorder;
|
||||||
|
Loading…
Reference in New Issue
Block a user