mirror of
https://github.com/holub/mame
synced 2025-05-16 19:00:43 +03:00
Merge pull request #2252 from npwoods/remove_duplicate_option
Removed redundant ";global_inputs"
This commit is contained in:
commit
d192935b24
@ -260,7 +260,7 @@ const options_entry windows_options::s_option_entries[] =
|
||||
|
||||
// input options
|
||||
{ nullptr, nullptr, OPTION_HEADER, "INPUT DEVICE OPTIONS" },
|
||||
{ WINOPTION_GLOBAL_INPUTS ";global_inputs", "0", OPTION_BOOLEAN, "enables global inputs" },
|
||||
{ WINOPTION_GLOBAL_INPUTS, "0", OPTION_BOOLEAN, "enables global inputs" },
|
||||
{ WINOPTION_DUAL_LIGHTGUN ";dual", "0", OPTION_BOOLEAN, "enables dual lightgun input" },
|
||||
|
||||
{ nullptr }
|
||||
|
Loading…
Reference in New Issue
Block a user