From b75cb611ade778bc6c9a0cc1167ac0d3b477ff4a Mon Sep 17 00:00:00 2001 From: Nathan Woods Date: Sun, 23 Apr 2017 18:50:59 -0400 Subject: Removed redundant ";global_inputs" --- src/osd/windows/winmain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osd/windows/winmain.cpp b/src/osd/windows/winmain.cpp index 665ec73f13b..332faa17b27 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 } -- cgit v1.2.3