Merge pull request #2252 from npwoods/remove_duplicate_option

Removed redundant ";global_inputs"
This commit is contained in:
R. Belmont 2017-04-25 14:11:50 -04:00 committed by GitHub
commit d192935b24

View File

@ -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 }