X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Flibretro_core_options.h;h=a5816ca516fb3f8f179c0e1c54056b0837aa0f2a;hb=af1601fa2cd5e348d2c10395731534f55130b51d;hp=a0cd2ac1bbc761585678c15b6259646a1a261d74;hpb=ba5918cd97f6cdadeaf46f3fedc5922a4ba9c518;p=pcsx_rearmed.git diff --git a/frontend/libretro_core_options.h b/frontend/libretro_core_options.h index a0cd2ac1..a5816ca5 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 {