[Libretro] Fix small typo in palette description

This commit is contained in:
Ryunam 2021-06-27 11:22:27 +02:00
parent e1453f1961
commit 75ec1c0334

View File

@ -88,7 +88,7 @@ struct retro_core_option_definition option_defs_us[] = {
{
{ "greyscale", "Greyscale" },
{ "lime", "Lime (Game Boy)" },
{ "olive", "Olive (Game Boy Pocket" },
{ "olive", "Olive (Game Boy Pocket)" },
{ "teal", "Teal (Game Boy Light)" },
{ NULL, NULL },
},
@ -282,7 +282,7 @@ struct retro_core_option_definition option_defs_us[] = {
{
{ "greyscale", "Greyscale" },
{ "lime", "Lime (Game Boy)" },
{ "olive", "Olive (Game Boy Pocket" },
{ "olive", "Olive (Game Boy Pocket)" },
{ "teal", "Teal (Game Boy Light)" },
{ NULL, NULL },
},
@ -295,7 +295,7 @@ struct retro_core_option_definition option_defs_us[] = {
{
{ "greyscale", "Greyscale" },
{ "lime", "Lime (Game Boy)" },
{ "olive", "Olive (Game Boy Pocket" },
{ "olive", "Olive (Game Boy Pocket)" },
{ "teal", "Teal (Game Boy Light)" },
{ NULL, NULL },
},