X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Flibretro_core_options.h;h=6f26c71501dc4e83a39e1d3d3875093e0e5f12bb;hb=679b71e250ce6557f05b57882747029ab6af7edc;hp=53b10954b688c2fe7a24a3fb6477136b96785097;hpb=2ca9045dfca7302d26965abe3e85846a1770dd8f;p=pcsx_rearmed.git diff --git a/frontend/libretro_core_options.h b/frontend/libretro_core_options.h index 53b10954..6f26c715 100644 --- a/frontend/libretro_core_options.h +++ b/frontend/libretro_core_options.h @@ -266,6 +266,17 @@ struct retro_core_option_definition option_defs_us[] = { }, "linear", }, + { + "pcsx_rearmed_analog_axis_modifier", + "Analog axis bounds.", + "Range bounds for analog axis. Square bounds help controllers with highly circular ranges that are unable to fully saturate the x and y axis at 45degree deflections.", + { + { "circle", NULL }, + { "square", NULL }, + { NULL, NULL }, + }, + "circle", + }, { "pcsx_rearmed_vibration", "Enable Vibration", @@ -639,7 +650,7 @@ struct retro_core_option_definition option_defs_us[] = { }, #endif /* DRC_DISABLE */ -#ifdef __ARM_NEON__ +#ifdef GPU_NEON { "pcsx_rearmed_neon_interlace_enable", "Enable Interlacing Mode", @@ -673,7 +684,7 @@ struct retro_core_option_definition option_defs_us[] = { }, "disabled", }, -#endif /* __ARM_NEON__ */ +#endif /* GPU_NEON */ { "pcsx_rearmed_duping_enable", @@ -950,7 +961,19 @@ struct retro_core_option_definition option_defs_us[] = { }, "disabled", }, - +#ifndef _WIN32 + { + "pcsx_rearmed_async_cd", + "CD Access Method (Restart)", + "Select method used to read data from content disk images. 'Synchronous' mimics original hardware. 'Asynchronous' can reduce stuttering on devices with slow storage.", + { + { "sync", "Synchronous" }, + { "async", "Asynchronous" }, + { NULL, NULL}, + }, + "sync", + }, +#endif /* ADVANCED OPTIONS */ { "pcsx_rearmed_noxadecoding",