X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Flibretro_core_options.h;h=02f65c732085a021f4e3c7337a36483365ccd85e;hp=25b2da4c3420ff4793b0fdf0aebed574a31303ba;hb=6ab6ab973403d7232ce056c0f233c89a6456b403;hpb=a706d36146491e9010540e5c2e9e5a77fc1221e1 diff --git a/frontend/libretro_core_options.h b/frontend/libretro_core_options.h index 25b2da4c..02f65c73 100644 --- a/frontend/libretro_core_options.h +++ b/frontend/libretro_core_options.h @@ -510,6 +510,20 @@ struct retro_core_option_v2_definition option_defs_us[] = { }, "disabled", }, + { + "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.", + NULL, + "gpu_neon", + { + { "disabled", NULL }, + { "enabled", NULL }, + { NULL, NULL }, + }, + "disabled", + }, #endif /* GPU_NEON */ #ifdef GPU_PEOPS {