X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=frontend%2Flibretro_core_options.h;h=46670baa36132820ef7f6a9a93e90e32c96e3f75;hb=7dea987c9689c441d8148b9523871f3fbbca2804;hp=81a3ac281831d101e991088d1ef74626a70933c6;hpb=000655e4ea857d01a774d58689d95e6ddc67f0f8;p=pcsx_rearmed.git diff --git a/frontend/libretro_core_options.h b/frontend/libretro_core_options.h index 81a3ac28..46670baa 100644 --- a/frontend/libretro_core_options.h +++ b/frontend/libretro_core_options.h @@ -97,6 +97,17 @@ struct retro_core_option_definition option_defs_us[] = { }, "disabled", }, + { + "pcsx_rearmed_show_other_input_settings", + "Show other input settings", + "Shows or hides other inputs settings like multitaps, player 3-8 ports, analog fine-tunings, etc.", + { + { "disabled", NULL }, + { "enabled", NULL }, + { NULL, NULL }, + }, + "disabled", + }, { "pcsx_rearmed_pad1type", "Pad 1 Type", @@ -107,6 +118,7 @@ struct retro_core_option_definition option_defs_us[] = { { "dualshock", NULL }, { "negcon", NULL }, { "guncon", NULL }, + { "mouse", NULL }, { "none", NULL }, { NULL, NULL }, }, @@ -122,6 +134,7 @@ struct retro_core_option_definition option_defs_us[] = { { "dualshock", NULL }, { "negcon", NULL }, { "guncon", NULL }, + { "mouse", NULL }, { "none", NULL }, { NULL, NULL }, }, @@ -137,6 +150,7 @@ struct retro_core_option_definition option_defs_us[] = { { "dualshock", NULL }, { "negcon", NULL }, { "guncon", NULL }, + { "mouse", NULL }, { "none", NULL }, { NULL, NULL }, }, @@ -152,6 +166,7 @@ struct retro_core_option_definition option_defs_us[] = { { "dualshock", NULL }, { "negcon", NULL }, { "guncon", NULL }, + { "mouse", NULL }, { "none", NULL }, { NULL, NULL }, }, @@ -167,6 +182,7 @@ struct retro_core_option_definition option_defs_us[] = { { "dualshock", NULL }, { "negcon", NULL }, { "guncon", NULL }, + { "mouse", NULL }, { "none", NULL }, { NULL, NULL }, }, @@ -181,6 +197,7 @@ struct retro_core_option_definition option_defs_us[] = { { "dualshock", NULL }, { "negcon", NULL }, { "guncon", NULL }, + { "mouse", NULL }, { "none", NULL }, { NULL, NULL }, }, @@ -195,6 +212,7 @@ struct retro_core_option_definition option_defs_us[] = { { "dualshock", NULL }, { "negcon", NULL }, { "guncon", NULL }, + { "mouse", NULL }, { "none", NULL }, { NULL, NULL }, }, @@ -209,6 +227,7 @@ struct retro_core_option_definition option_defs_us[] = { { "dualshock", NULL }, { "negcon", NULL }, { "guncon", NULL }, + { "mouse", NULL }, { "none", NULL }, { NULL, NULL }, }, @@ -266,6 +285,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,10 +560,14 @@ struct retro_core_option_definition option_defs_us[] = { { "enabled", NULL }, { NULL, NULL }, }, +#if defined HAVE_LIBNX || defined _3DS + "disabled", +#else "enabled", +#endif }, -#ifndef DRC_DISABLE +#if defined(LIGHTREC) || defined(NEW_DYNAREC) { "pcsx_rearmed_drc", "Dynamic Recompiler", @@ -545,6 +579,9 @@ struct retro_core_option_definition option_defs_us[] = { }, "enabled", }, +#endif /* LIGHTREC || NEW_DYNAREC */ + +#ifdef NEW_DYNAREC { "pcsx_rearmed_psxclock", "PSX CPU Clock", @@ -633,9 +670,9 @@ struct retro_core_option_definition option_defs_us[] = { "57", #endif }, -#endif /* DRC_DISABLE */ +#endif /* NEW_DYNAREC */ -#ifdef __ARM_NEON__ +#ifdef GPU_NEON { "pcsx_rearmed_neon_interlace_enable", "Enable Interlacing Mode", @@ -669,7 +706,7 @@ struct retro_core_option_definition option_defs_us[] = { }, "disabled", }, -#endif /* __ARM_NEON__ */ +#endif /* GPU_NEON */ { "pcsx_rearmed_duping_enable", @@ -808,6 +845,76 @@ struct retro_core_option_definition option_defs_us[] = { }, #endif + /* GPU UNAI Advanced Options */ +#ifdef GPU_UNAI + { + "pcsx_rearmed_show_gpu_unai_settings", + "Advance GPU UNAI/PCSX4All Settings", + "Shows or hides advanced gpu settings. A core restart might be needed for settings to take effect. NOTE: Quick Menu must be toggled for this setting to take effect.", + { + { "disabled", NULL }, + { "enabled", NULL }, + { NULL, NULL}, + }, + "disabled", + }, + { + "pcsx_rearmed_gpu_unai_blending", + "(GPU) Enable Blending", + NULL, + { + { "disabled", NULL }, + { "enabled", NULL }, + { NULL, NULL}, + }, + "enabled", + }, + { + "pcsx_rearmed_gpu_unai_lighting", + "(GPU) Enable Lighting", + NULL, + { + { "disabled", NULL }, + { "enabled", NULL }, + { NULL, NULL}, + }, + "enabled", + }, + { + "pcsx_rearmed_gpu_unai_fast_lighting", + "(GPU) Enable Fast Lighting", + NULL, + { + { "disabled", NULL }, + { "enabled", NULL }, + { NULL, NULL}, + }, + "enabled", + }, + { + "pcsx_rearmed_gpu_unai_ilace_force", + "(GPU) Enable Forced Interlace", + NULL, + { + { "disabled", NULL }, + { "enabled", NULL }, + { NULL, NULL}, + }, + "disabled", + }, + { + "pcsx_rearmed_gpu_unai_pixel_skip", + "(GPU) Enable Pixel Skip", + NULL, + { + { "disabled", NULL }, + { "enabled", NULL }, + { NULL, NULL}, + }, + "disabled", + }, +#endif /* GPU UNAI Advanced Settings */ + { "pcsx_rearmed_show_bios_bootlogo", "Show Bios Bootlogo", @@ -876,7 +983,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", @@ -900,8 +1019,19 @@ 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 +#ifdef NEW_DYNAREC { "pcsx_rearmed_nosmccheck", "(Speed Hack) Disable SMC Checks", @@ -935,7 +1065,7 @@ struct retro_core_option_definition option_defs_us[] = { }, "disabled", }, -#endif /* DRC_DISABLE */ +#endif /* NEW_DYNAREC */ { NULL, NULL, NULL, {{0}}, NULL }, };