From 75ec1c033447a83644e029f81dbc2ee26c57ff3e Mon Sep 17 00:00:00 2001 From: Ryunam Date: Sun, 27 Jun 2021 11:22:27 +0200 Subject: [PATCH] [Libretro] Fix small typo in palette description --- libretro/libretro_core_options.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/libretro/libretro_core_options.h b/libretro/libretro_core_options.h index 01470746..02ffdb61 100644 --- a/libretro/libretro_core_options.h +++ b/libretro/libretro_core_options.h @@ -86,10 +86,10 @@ struct retro_core_option_definition option_defs_us[] = { "Video - GB Mono Palette", "Selects the color palette that should be used when playing Game Boy games.", { - { "greyscale", "Greyscale" }, - { "lime", "Lime (Game Boy)" }, - { "olive", "Olive (Game Boy Pocket" }, - { "teal", "Teal (Game Boy Light)" }, + { "greyscale", "Greyscale" }, + { "lime", "Lime (Game Boy)" }, + { "olive", "Olive (Game Boy Pocket)" }, + { "teal", "Teal (Game Boy Light)" }, { NULL, NULL }, }, "greyscale" @@ -280,10 +280,10 @@ struct retro_core_option_definition option_defs_us[] = { "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.", { - { "greyscale", "Greyscale" }, - { "lime", "Lime (Game Boy)" }, - { "olive", "Olive (Game Boy Pocket" }, - { "teal", "Teal (Game Boy Light)" }, + { "greyscale", "Greyscale" }, + { "lime", "Lime (Game Boy)" }, + { "olive", "Olive (Game Boy Pocket)" }, + { "teal", "Teal (Game Boy Light)" }, { NULL, NULL }, }, "greyscale" @@ -293,10 +293,10 @@ struct retro_core_option_definition option_defs_us[] = { "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.", { - { "greyscale", "Greyscale" }, - { "lime", "Lime (Game Boy)" }, - { "olive", "Olive (Game Boy Pocket" }, - { "teal", "Teal (Game Boy Light)" }, + { "greyscale", "Greyscale" }, + { "lime", "Lime (Game Boy)" }, + { "olive", "Olive (Game Boy Pocket)" }, + { "teal", "Teal (Game Boy Light)" }, { NULL, NULL }, }, "greyscale"