summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author R. Belmont <rb6502@users.noreply.github.com>2017-04-25 14:11:50 -0400
committer GitHub <noreply@github.com>2017-04-25 14:11:50 -0400
commitd192935b2487a6ba3d4f04bfa85271c0b54666cb (patch)
tree8d20fb59a6758c914e62208584995f3dfe1cd15f
parentc87def5bc3b6bf290c2ef6fa6bc8192b7823e5c7 (diff)
parentb75cb611ade778bc6c9a0cc1167ac0d3b477ff4a (diff)
Merge pull request #2252 from npwoods/remove_duplicate_option
Removed redundant ";global_inputs"
-rw-r--r--src/osd/windows/winmain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/windows/winmain.cpp b/src/osd/windows/winmain.cpp
index c91656894cb..efec6700849 100644
--- a/src/osd/windows/winmain.cpp
+++ b/src/osd/windows/winmain.cpp
@@ -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 }