Merge pull request #631 from neonloop/autoframeskip
authorAutechre <libretro@gmail.com>
Wed, 23 Mar 2022 21:04:15 +0000 (22:04 +0100)
committerGitHub <noreply@github.com>
Wed, 23 Mar 2022 21:04:15 +0000 (22:04 +0100)
Adds auto frameskip based on free audio buffer space

frontend/libretro_core_options.h

index 501f3cd..d8b37df 100644 (file)
@@ -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",