X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Flibretro_core_options.h;h=8c26042d87b28cb1d60ba9ecd39beebf1c9118db;hb=e557df126d39c05f5bda1f3845522762dd8da2ef;hp=501f3cd9768bb6a4e0d8e345e2032ae3f6920d74;hpb=5201e92fd5476d5022d0e74521c50334ebf94935;p=pcsx_rearmed.git diff --git a/frontend/libretro_core_options.h b/frontend/libretro_core_options.h index 501f3cd9..8c26042d 100644 --- a/frontend/libretro_core_options.h +++ b/frontend/libretro_core_options.h @@ -89,7 +89,7 @@ struct retro_core_option_definition option_defs_us[] = { "33" }, { - "pcsx_rearmed_frameskip", + "pcsx_rearmed_frameskip_interval", "Frameskip Interval", "Specifies the maximum number of frames that can be skipped before a new frame is rendered.", { @@ -105,7 +105,7 @@ struct retro_core_option_definition option_defs_us[] = { { "10", NULL }, { NULL, NULL }, }, - "1" + "3" }, { "pcsx_rearmed_bios", @@ -920,7 +920,11 @@ struct retro_core_option_definition option_defs_us[] = { { "enabled", NULL }, { NULL, NULL }, }, +#ifdef HAVE_PRE_ARMV7 + "disabled", +#else "enabled", +#endif }, { "pcsx_rearmed_spu_interpolation", @@ -933,7 +937,11 @@ struct retro_core_option_definition option_defs_us[] = { { "off", "disabled" }, { NULL, NULL }, }, +#ifdef HAVE_PRE_ARMV7 + "off", +#else "simple", +#endif }, { "pcsx_rearmed_pe2_fix",