Skip to content

Commit

Permalink
libretro: adjust some option text
Browse files Browse the repository at this point in the history
  • Loading branch information
notaz committed Jan 3, 2024
1 parent 6ab6ab9 commit 47bdde5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/libretro_core_options.h
Original file line number Diff line number Diff line change
Expand Up @@ -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",
{
Expand All @@ -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",
{
Expand Down

0 comments on commit 47bdde5

Please sign in to comment.