Use consistent 'Light Gun' naming

This commit is contained in:
jdgleaver 2019-07-17 11:38:24 +01:00 committed by hunterk
parent ae5af44e60
commit 97f11174b1
1 changed files with 3 additions and 3 deletions

View File

@ -226,10 +226,10 @@ struct retro_core_option_definition option_defs_us[] = {
}, },
{ {
"snes9x_lightgun_mode", "snes9x_lightgun_mode",
"Lightgun Mode", "Light Gun Mode",
"Use a mouse-controlled 'Lightgun' or 'Touchscreen' input.", "Use a mouse-controlled 'Light Gun' or 'Touchscreen' input.",
{ {
{ "Lightgun", NULL }, { "Lightgun", "Light Gun" },
{ "Touchscreen", NULL }, { "Touchscreen", NULL },
{ NULL, NULL}, { NULL, NULL},
}, },