From 47bdde5dd6c427af9b0ffd049f1a5c5eba8ce398 Mon Sep 17 00:00:00 2001 From: notaz Date: Thu, 4 Jan 2024 01:15:18 +0200 Subject: [PATCH] libretro: adjust some option text --- frontend/libretro_core_options.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/libretro_core_options.h b/frontend/libretro_core_options.h index 02f65c73..3c5614e1 100644 --- a/frontend/libretro_core_options.h +++ b/frontend/libretro_core_options.h @@ -500,7 +500,7 @@ struct retro_core_option_v2_definition option_defs_us[] = { "pcsx_rearmed_neon_enhancement_no_main", "(GPU) Enhanced Resolution Speed Hack", "Enhanced Resolution Speed Hack", - "Improves performance when 'Enhanced Resolution' is enabled, but reduces compatibility and may cause rendering errors.", + "('Enhanced Resolution' Hack) Improves performance but reduces compatibility and may cause rendering errors.", NULL, "gpu_neon", { @@ -514,7 +514,7 @@ struct retro_core_option_v2_definition option_defs_us[] = { "pcsx_rearmed_neon_enhancement_tex_adj", "(GPU) Enhanced Resolution Texture Adjustment", "Enhanced Resolution Texture Adjustment", - "(Hack) Attempts to solve some texturing issues is some games, but causes new ones in others.", + "('Enhanced Resolution' Hack) Attempts to solve some texturing issues in some games, but causes new ones in others.", NULL, "gpu_neon", { -- 2.39.2