mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 18:40:49 +00:00
(retroarch.c) Fix --appendconfig
This commit is contained in:
parent
702d03908d
commit
0be6655e32
@ -477,7 +477,7 @@ static void parse_input(int argc, char *argv[])
|
||||
{ "size", 1, &val, RA_OPT_SIZE },
|
||||
{ "verbose", 0, NULL, 'v' },
|
||||
{ "config", 1, NULL, 'c' },
|
||||
{ "appendconfig", 1, &val, 'C' },
|
||||
{ "appendconfig", 1, &val, RA_OPT_APPENDCONFIG },
|
||||
{ "nodevice", 1, NULL, 'N' },
|
||||
{ "dualanalog", 1, NULL, 'A' },
|
||||
{ "device", 1, NULL, 'd' },
|
||||
|
Loading…
x
Reference in New Issue
Block a user