X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Flibretro_core_options.h;h=58e1b72186a0923547be3c3a03edc6a0e2a03e3c;hb=9259d7486618d69721fee743c3e4d0b5c83805fe;hp=39bc32b6c28090bac90610e7c6a1b79b898611e7;hpb=86be25153ccbafcf80a2c41f9679983731922673;p=pcsx_rearmed.git diff --git a/frontend/libretro_core_options.h b/frontend/libretro_core_options.h index 39bc32b6..58e1b721 100644 --- a/frontend/libretro_core_options.h +++ b/frontend/libretro_core_options.h @@ -165,7 +165,7 @@ struct retro_core_option_v2_definition option_defs_us[] = { }, "disabled", }, -#ifndef _WIN32 +#if 0 // ndef _WIN32 // currently disabled, see USE_READ_THREAD in libpcsxcore/cdriso.c { "pcsx_rearmed_async_cd", "CD Access Method (Restart)", @@ -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",