(retroarch.c) Fix --appendconfig

This commit is contained in:
Higor Eurípedes 2015-06-14 12:35:26 -03:00
parent 702d03908d
commit 0be6655e32

View File

@ -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' },