[Libretro] Fix small typo in palette description
This commit is contained in:
parent
e1453f1961
commit
75ec1c0334
@ -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 },
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user