mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
Turn on joysticks by default.
This commit is contained in:
parent
caa2a53c7f
commit
229e42f524
@ -119,7 +119,7 @@ const options_entry mame_core_options[] =
|
||||
{ NULL, NULL, OPTION_HEADER, "CORE INPUT OPTIONS" },
|
||||
{ "ctrlr", NULL, 0, "preconfigure for specified controller" },
|
||||
{ "mouse", "0", OPTION_BOOLEAN, "enable mouse input" },
|
||||
{ "joystick;joy", "0", OPTION_BOOLEAN, "enable joystick input" },
|
||||
{ "joystick;joy", "1", OPTION_BOOLEAN, "enable joystick input" },
|
||||
{ "lightgun;gun", "0", OPTION_BOOLEAN, "enable lightgun input" },
|
||||
{ "multikeyboard;multikey", "0", OPTION_BOOLEAN, "enable separate input from each keyboard device (if present)" },
|
||||
{ "multimouse", "0", OPTION_BOOLEAN, "enable separate input from each mouse device (if present)" },
|
||||
|
Loading…
Reference in New Issue
Block a user