From: Autechre Date: Wed, 23 Mar 2022 21:04:15 +0000 (+0100) Subject: Merge pull request #631 from neonloop/autoframeskip X-Git-Tag: r24l~488 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4072f7f86a2ce035593856fd5854f316843fb39;hp=5201e92fd5476d5022d0e74521c50334ebf94935;p=pcsx_rearmed.git Merge pull request #631 from neonloop/autoframeskip Adds auto frameskip based on free audio buffer space --- diff --git a/frontend/libretro_core_options.h b/frontend/libretro_core_options.h index 501f3cd9..d8b37dfc 100644 --- a/frontend/libretro_core_options.h +++ b/frontend/libretro_core_options.h @@ -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",