mirror of
https://github.com/holub/mame
synced 2025-07-05 01:48:29 +03:00
Fix silly editing error (nw)
This commit is contained in:
parent
eb49d890aa
commit
998b41f701
@ -377,7 +377,7 @@ void info_xml_creator::output_one_device(device_t &device, const char *devtag)
|
||||
for (ioport_field &field : port.second->fields())
|
||||
if (field.type() >= IPT_START1 && field.type() < IPT_UI_FIRST)
|
||||
{
|
||||
has_input = true; break;
|
||||
has_input = true;
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user