X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=frontend%2Flibretro_core_options.h;h=b801ef51a0d8712c23763de9f8e6fa4286e0a95b;hb=f770faad8e05014d16e9c1f3c46bfd76274695c6;hp=3e1daf2bdd03b5689af1cf8afd1cda89e2bd9741;hpb=ebed7428a3e7e817bb4befe7fdfc1f5681577e50;p=pcsx_rearmed.git diff --git a/frontend/libretro_core_options.h b/frontend/libretro_core_options.h index 3e1daf2b..b801ef51 100644 --- a/frontend/libretro_core_options.h +++ b/frontend/libretro_core_options.h @@ -834,7 +834,11 @@ struct retro_core_option_definition option_defs_us[] = { { "enabled", NULL }, { NULL, NULL}, }, +#ifdef _MIYOO + "enabled", +#else "disabled", +#endif }, #endif /* GPU UNAI Advanced Settings */ #ifdef THREAD_RENDERING @@ -872,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", @@ -885,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",