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=0c0634f9f3a3b3b600a09f4b2f662dfb4f88fe6f;hpb=4b353f8adc434d4168df88bca58e793becaa891b;p=pcsx_rearmed.git diff --git a/frontend/libretro_core_options.h b/frontend/libretro_core_options.h index 0c0634f9..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", @@ -530,7 +541,11 @@ struct retro_core_option_definition option_defs_us[] = { { "enabled", NULL }, { NULL, NULL }, }, +#ifdef HAVE_LIBNX + "disabled", +#else "enabled", +#endif }, #ifndef DRC_DISABLE @@ -635,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", @@ -669,7 +684,7 @@ struct retro_core_option_definition option_defs_us[] = { }, "disabled", }, -#endif /* __ARM_NEON__ */ +#endif /* GPU_NEON */ { "pcsx_rearmed_duping_enable", @@ -946,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", @@ -970,6 +997,17 @@ struct retro_core_option_definition option_defs_us[] = { }, "enabled", }, + { + "pcsx_rearmed_spuirq", + "SPU IRQ Always Enabled", + "Compatibility tweak, should be left to off in most cases.", + { + { "disabled", NULL }, + { "enabled", NULL }, + { NULL, NULL }, + }, + "disabled", + }, #ifndef DRC_DISABLE {