X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Flibretro_core_options.h;h=b801ef51a0d8712c23763de9f8e6fa4286e0a95b;hb=9779c46d4a65fd6364b08d09a4cf23f4cc64acf3;hp=7c850aa490f22f892829e1545e8b72eb4e6dc6d5;hpb=ad32ae1720d53421222038f25c0d4a344aacb371;p=pcsx_rearmed.git diff --git a/frontend/libretro_core_options.h b/frontend/libretro_core_options.h index 7c850aa4..b801ef51 100644 --- a/frontend/libretro_core_options.h +++ b/frontend/libretro_core_options.h @@ -876,7 +876,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", @@ -889,7 +893,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",