Should fix crash with --config.
This commit is contained in:
parent
bca1694183
commit
4402fcb323
|
@ -767,7 +767,7 @@ static void parse_input(int argc, char *argv[])
|
|||
{ "verbose", 0, NULL, 'v' },
|
||||
{ "gameboy", 1, NULL, 'g' },
|
||||
#ifdef HAVE_CONFIGFILE
|
||||
{ "config", 0, NULL, 'c' },
|
||||
{ "config", 1, NULL, 'c' },
|
||||
#endif
|
||||
{ "mouse", 1, NULL, 'm' },
|
||||
{ "nodevice", 1, NULL, 'N' },
|
||||
|
|
Loading…
Reference in New Issue