[Libretro] Fix small typo in palette description
This commit is contained in:
parent
e1453f1961
commit
75ec1c0334
@ -86,10 +86,10 @@ struct retro_core_option_definition option_defs_us[] = {
|
|||||||
"Video - GB Mono Palette",
|
"Video - GB Mono Palette",
|
||||||
"Selects the color palette that should be used when playing Game Boy games.",
|
"Selects the color palette that should be used when playing Game Boy games.",
|
||||||
{
|
{
|
||||||
{ "greyscale", "Greyscale" },
|
{ "greyscale", "Greyscale" },
|
||||||
{ "lime", "Lime (Game Boy)" },
|
{ "lime", "Lime (Game Boy)" },
|
||||||
{ "olive", "Olive (Game Boy Pocket" },
|
{ "olive", "Olive (Game Boy Pocket)" },
|
||||||
{ "teal", "Teal (Game Boy Light)" },
|
{ "teal", "Teal (Game Boy Light)" },
|
||||||
{ NULL, NULL },
|
{ NULL, NULL },
|
||||||
},
|
},
|
||||||
"greyscale"
|
"greyscale"
|
||||||
@ -280,10 +280,10 @@ struct retro_core_option_definition option_defs_us[] = {
|
|||||||
"Video - GB Mono Palette for Game Boy #1",
|
"Video - GB Mono Palette for Game Boy #1",
|
||||||
"Selects the color palette that should be used when playing Game Boy games on Game Boy #1.",
|
"Selects the color palette that should be used when playing Game Boy games on Game Boy #1.",
|
||||||
{
|
{
|
||||||
{ "greyscale", "Greyscale" },
|
{ "greyscale", "Greyscale" },
|
||||||
{ "lime", "Lime (Game Boy)" },
|
{ "lime", "Lime (Game Boy)" },
|
||||||
{ "olive", "Olive (Game Boy Pocket" },
|
{ "olive", "Olive (Game Boy Pocket)" },
|
||||||
{ "teal", "Teal (Game Boy Light)" },
|
{ "teal", "Teal (Game Boy Light)" },
|
||||||
{ NULL, NULL },
|
{ NULL, NULL },
|
||||||
},
|
},
|
||||||
"greyscale"
|
"greyscale"
|
||||||
@ -293,10 +293,10 @@ struct retro_core_option_definition option_defs_us[] = {
|
|||||||
"Video - GB Mono Palette for Game Boy #2",
|
"Video - GB Mono Palette for Game Boy #2",
|
||||||
"Selects the color palette that should be used when playing Game Boy games on Game Boy #2.",
|
"Selects the color palette that should be used when playing Game Boy games on Game Boy #2.",
|
||||||
{
|
{
|
||||||
{ "greyscale", "Greyscale" },
|
{ "greyscale", "Greyscale" },
|
||||||
{ "lime", "Lime (Game Boy)" },
|
{ "lime", "Lime (Game Boy)" },
|
||||||
{ "olive", "Olive (Game Boy Pocket" },
|
{ "olive", "Olive (Game Boy Pocket)" },
|
||||||
{ "teal", "Teal (Game Boy Light)" },
|
{ "teal", "Teal (Game Boy Light)" },
|
||||||
{ NULL, NULL },
|
{ NULL, NULL },
|
||||||
},
|
},
|
||||||
"greyscale"
|
"greyscale"
|
||||||
|
Loading…
Reference in New Issue
Block a user