X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=frontend%2Flibretro_core_options.h;h=58e1b72186a0923547be3c3a03edc6a0e2a03e3c;hb=fae38d7aa986b5c0c156808b12e155de8fc0713d;hp=683173de2f205b85764efbd9165b5c68e127a29e;hpb=d0d2939d7a485bbe97017e5ae20b504d225c09d3;p=pcsx_rearmed.git diff --git a/frontend/libretro_core_options.h b/frontend/libretro_core_options.h index 683173de..58e1b721 100644 --- a/frontend/libretro_core_options.h +++ b/frontend/libretro_core_options.h @@ -423,6 +423,21 @@ struct retro_core_option_v2_definition option_defs_us[] = { }, "disabled", }, + { + "pcsx_rearmed_gpu_slow_llists", + "(GPU) Slow linked list processing", + NULL, + "Slower but more accurate GPU linked list processing. Needed by only a few games like Vampire Hunter D. Should be autodetected in most cases.", + NULL, + "video", + { + { "auto", NULL }, + { "disabled", NULL }, + { "enabled", NULL }, + { NULL, NULL }, + }, + "auto", + }, #ifdef GPU_NEON { "pcsx_rearmed_neon_interlace_enable",