X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Flibretro_core_options.h;h=95544f09bfa7fcf90a35f2d7da6f819c56d33710;hb=b76bab8002d203f74e854072b6964138ede0a967;hp=6f26c71501dc4e83a39e1d3d3875093e0e5f12bb;hpb=8fda5dd0e28fe46621fb1ab57781c316143017da;p=pcsx_rearmed.git diff --git a/frontend/libretro_core_options.h b/frontend/libretro_core_options.h index 6f26c715..95544f09 100644 --- a/frontend/libretro_core_options.h +++ b/frontend/libretro_core_options.h @@ -97,6 +97,65 @@ 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_input_sensitivity", + "Emulated Mouse Sensitivity", + "Adjust responsiveness when using mouse controller (Default 1.0).", + { + { "0.05", NULL }, + { "0.10", NULL }, + { "0.15", NULL }, + { "0.20", NULL }, + { "0.25", NULL }, + { "0.30", NULL }, + { "0.35", NULL }, + { "0.40", NULL }, + { "0.45", NULL }, + { "0.50", NULL }, + { "0.55", NULL }, + { "0.60", NULL }, + { "0.65", NULL }, + { "0.70", NULL }, + { "0.75", NULL }, + { "0.80", NULL }, + { "0.85", NULL }, + { "0.90", NULL }, + { "0.95", NULL }, + { "1.00", NULL }, + { "1.05", NULL }, + { "1.10", NULL }, + { "1.15", NULL }, + { "1.20", NULL }, + { "1.25", NULL }, + { "1.30", NULL }, + { "1.35", NULL }, + { "1.40", NULL }, + { "1.45", NULL }, + { "1.50", NULL }, + { "1.55", NULL }, + { "1.60", NULL }, + { "1.65", NULL }, + { "1.70", NULL }, + { "1.75", NULL }, + { "1.80", NULL }, + { "1.85", NULL }, + { "1.90", NULL }, + { "1.95", NULL }, + { "2.00", NULL }, + }, + "1.00", + }, { "pcsx_rearmed_pad1type", "Pad 1 Type", @@ -107,6 +166,7 @@ struct retro_core_option_definition option_defs_us[] = { { "dualshock", NULL }, { "negcon", NULL }, { "guncon", NULL }, + { "mouse", NULL }, { "none", NULL }, { NULL, NULL }, }, @@ -122,6 +182,7 @@ struct retro_core_option_definition option_defs_us[] = { { "dualshock", NULL }, { "negcon", NULL }, { "guncon", NULL }, + { "mouse", NULL }, { "none", NULL }, { NULL, NULL }, }, @@ -137,6 +198,7 @@ struct retro_core_option_definition option_defs_us[] = { { "dualshock", NULL }, { "negcon", NULL }, { "guncon", NULL }, + { "mouse", NULL }, { "none", NULL }, { NULL, NULL }, }, @@ -152,6 +214,7 @@ struct retro_core_option_definition option_defs_us[] = { { "dualshock", NULL }, { "negcon", NULL }, { "guncon", NULL }, + { "mouse", NULL }, { "none", NULL }, { NULL, NULL }, }, @@ -167,6 +230,7 @@ struct retro_core_option_definition option_defs_us[] = { { "dualshock", NULL }, { "negcon", NULL }, { "guncon", NULL }, + { "mouse", NULL }, { "none", NULL }, { NULL, NULL }, }, @@ -181,6 +245,7 @@ struct retro_core_option_definition option_defs_us[] = { { "dualshock", NULL }, { "negcon", NULL }, { "guncon", NULL }, + { "mouse", NULL }, { "none", NULL }, { NULL, NULL }, }, @@ -195,6 +260,7 @@ struct retro_core_option_definition option_defs_us[] = { { "dualshock", NULL }, { "negcon", NULL }, { "guncon", NULL }, + { "mouse", NULL }, { "none", NULL }, { NULL, NULL }, }, @@ -209,6 +275,7 @@ struct retro_core_option_definition option_defs_us[] = { { "dualshock", NULL }, { "negcon", NULL }, { "guncon", NULL }, + { "mouse", NULL }, { "none", NULL }, { NULL, NULL }, }, @@ -541,14 +608,14 @@ struct retro_core_option_definition option_defs_us[] = { { "enabled", NULL }, { NULL, NULL }, }, -#ifdef HAVE_LIBNX +#if defined HAVE_LIBNX || defined _3DS "disabled", #else "enabled", #endif }, -#ifndef DRC_DISABLE +#if defined(LIGHTREC) || defined(NEW_DYNAREC) { "pcsx_rearmed_drc", "Dynamic Recompiler", @@ -560,6 +627,9 @@ struct retro_core_option_definition option_defs_us[] = { }, "enabled", }, +#endif /* LIGHTREC || NEW_DYNAREC */ + +#ifdef NEW_DYNAREC { "pcsx_rearmed_psxclock", "PSX CPU Clock", @@ -648,7 +718,7 @@ struct retro_core_option_definition option_defs_us[] = { "57", #endif }, -#endif /* DRC_DISABLE */ +#endif /* NEW_DYNAREC */ #ifdef GPU_NEON { @@ -1009,7 +1079,7 @@ struct retro_core_option_definition option_defs_us[] = { "disabled", }, -#ifndef DRC_DISABLE +#ifdef NEW_DYNAREC { "pcsx_rearmed_nosmccheck", "(Speed Hack) Disable SMC Checks", @@ -1043,7 +1113,7 @@ struct retro_core_option_definition option_defs_us[] = { }, "disabled", }, -#endif /* DRC_DISABLE */ +#endif /* NEW_DYNAREC */ { NULL, NULL, NULL, {{0}}, NULL }, };