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=935c6f975f8b2b4ced0a4349b915a43a797d5b52;hp=39bc32b6c28090bac90610e7c6a1b79b898611e7;hb=8c84ba5f4478dd4e7cc48e86f1b023bc6b99ea9c;hpb=688bdb9526d42181368e64ceaa6828727a10188c diff --git a/frontend/libretro_core_options.h b/frontend/libretro_core_options.h index 39bc32b6..935c6f97 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",