X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Flibretro_core_options.h;h=aa9d3d487fc64d625054565fe62511156bb838c0;hb=39e609f79f169f495821d6f8cfa2501ba32e17a2;hp=9509f2dd477ceb9c248456582b9d2b58a0dae634;hpb=d0f4c0ee2cf547eefd91aa2e11439bad2ceb35e0;p=pcsx_rearmed.git diff --git a/frontend/libretro_core_options.h b/frontend/libretro_core_options.h index 9509f2dd..aa9d3d48 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