Fix broken option list in POSIX frontend
f5c9a36930
tried to remove an entry from
the list of options, but only deleted half of it.
This commit is contained in:
parent
3a000b68fd
commit
ecbcb3c821
|
@ -182,7 +182,6 @@ fill_config( class configured_features *config,
|
||||||
"SAVETYPE"},
|
"SAVETYPE"},
|
||||||
#ifdef INCLUDE_OPENGL_2D
|
#ifdef INCLUDE_OPENGL_2D
|
||||||
{ "opengl-2d", 0, 0, G_OPTION_ARG_NONE, &config->opengl_2d, "Enables using OpenGL for screen rendering", NULL},
|
{ "opengl-2d", 0, 0, G_OPTION_ARG_NONE, &config->opengl_2d, "Enables using OpenGL for screen rendering", NULL},
|
||||||
NULL},
|
|
||||||
#endif
|
#endif
|
||||||
{ "fwlang", 0, 0, G_OPTION_ARG_INT, &config->firmware_language, "Set the language in the firmware, LANG as follows:\n"
|
{ "fwlang", 0, 0, G_OPTION_ARG_INT, &config->firmware_language, "Set the language in the firmware, LANG as follows:\n"
|
||||||
"\t\t\t\t\t\t 0 = Japanese\n"
|
"\t\t\t\t\t\t 0 = Japanese\n"
|
||||||
|
|
Loading…
Reference in New Issue