#2747 closed defect (fixed)
--joystick command line option has no default
Reported by: | salty-horse | Owned by: | eriktorbjorn |
---|---|---|---|
Priority: | normal | Component: | --Other-- |
Version: | Keywords: | ||
Cc: | Game: |
Description
Using latest svn.
The readme and --help say: --joystick[=NUM] Enable input with joystick (default: 0 = first joystick)
When running "./scummvm --joystick" the error "Unrecognized option '--joystick'" is printed.
--joystick=0 works just fine, but it should work without the "=0".
Ticket imported from: #1526483. Ticket imported from: bugs/2747.
Change History (3)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:3 by , 6 years ago
Component: | → --Other-- |
---|
Note:
See TracTickets
for help on using tickets.
Should be fixed in SVN now. The DO_OPTION_OPT() macro required a value, even though it was supposed to be optional.