From ff5f5c5ecf57122f33fbdc30df657671bc3ed4fb Mon Sep 17 00:00:00 2001 From: nfp0 Date: Thu, 6 Oct 2022 06:41:20 +0100 Subject: [PATCH] Typo on libretro_core_options.h (#465) --- libretro/libretro_core_options.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libretro/libretro_core_options.h b/libretro/libretro_core_options.h index b01662a..882fef0 100644 --- a/libretro/libretro_core_options.h +++ b/libretro/libretro_core_options.h @@ -784,7 +784,7 @@ struct retro_core_option_v2_definition option_defs_us[] = { }, { "genesis_plus_gx_enhanced_vscroll", - "Enchanced per-tile vertical scroll", + "Enhanced per-tile vertical scroll", NULL, "Allows each individual cell to be scrolled vertically, instead of 16px 2-cell, by averaging out with the vscroll value of the neighbouring cell. This hack only applies to few games that use 2-cell vertical scroll mode.", NULL, @@ -798,7 +798,7 @@ struct retro_core_option_v2_definition option_defs_us[] = { }, { "genesis_plus_gx_enhanced_vscroll_limit", - "Enchanced per-tile vertical scroll limit", + "Enhanced per-tile vertical scroll limit", NULL, "Only when Enchance per-tile vertical scroll is enabled. Adjusts the limit of the vertical scroll enhancement. When the vscroll difference between neighbouring tiles is bigger than this limit, the enhancement is disabled.", NULL,