mirror of https://github.com/snes9xgit/snes9x.git
Use consistent 'Light Gun' naming
This commit is contained in:
parent
ae5af44e60
commit
97f11174b1
|
@ -226,10 +226,10 @@ struct retro_core_option_definition option_defs_us[] = {
|
|||
},
|
||||
{
|
||||
"snes9x_lightgun_mode",
|
||||
"Lightgun Mode",
|
||||
"Use a mouse-controlled 'Lightgun' or 'Touchscreen' input.",
|
||||
"Light Gun Mode",
|
||||
"Use a mouse-controlled 'Light Gun' or 'Touchscreen' input.",
|
||||
{
|
||||
{ "Lightgun", NULL },
|
||||
{ "Lightgun", "Light Gun" },
|
||||
{ "Touchscreen", NULL },
|
||||
{ NULL, NULL},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue