X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Flibretro_core_options.h;h=451ee4783068832ca594958c08dbc113899740ec;hb=4c8f1c25f56f6bdae42431f758658a3fc5872940;hp=be9e8abfd81bb9a540fd965f6ce65aeb4620dded;hpb=df4bcb0e330029b90ffbd4e963d99fc6bc142d0e;p=pcsx_rearmed.git diff --git a/frontend/libretro_core_options.h b/frontend/libretro_core_options.h index be9e8abf..451ee478 100644 --- a/frontend/libretro_core_options.h +++ b/frontend/libretro_core_options.h @@ -425,6 +425,21 @@ struct retro_core_option_v2_definition option_defs_us[] = { }, "disabled", }, + { + "pcsx_rearmed_fractional_framerate", + "Use fractional frame rate", + NULL, + "Instead of the exact 50 or 60 (maximum) fps for PAL/NTSC the real console runs closer to something like 49.75 and 59.81fps (varies slightly between hw versions). PCSX-ReARMed uses the former \"round\" framerates to better match modern displays, however that may cause audio/video desync in games like DDR and Spyro 2 (intro). With this option you can try to use fractional framerates.", + NULL, + "video", + { + { "auto", "Auto" }, + { "disabled", NULL }, + { "enabled", NULL }, + { NULL, NULL }, + }, + "auto", + }, { "pcsx_rearmed_gpu_slow_llists", "(GPU) Slow linked list processing", @@ -433,7 +448,7 @@ struct retro_core_option_v2_definition option_defs_us[] = { NULL, "video", { - { "auto", NULL }, + { "auto", "Auto" }, { "disabled", NULL }, { "enabled", NULL }, { NULL, NULL },