aboutsummaryrefslogtreecommitdiff
path: root/frontend/libretro_core_options.h
diff options
context:
space:
mode:
authornegativeExponent2020-05-12 22:21:57 +0800
committernegativeExponent2020-05-12 22:21:57 +0800
commitce239f4ad583c516417027067629064cc67de7df (patch)
tree9036213d5ec217d8db3cc52c2391be52b84cc70b /frontend/libretro_core_options.h
parentcada0a36f72c0b84bf984d5c46b226681ff17d28 (diff)
downloadpcsx_rearmed-ce239f4ad583c516417027067629064cc67de7df.tar.gz
pcsx_rearmed-ce239f4ad583c516417027067629064cc67de7df.tar.bz2
pcsx_rearmed-ce239f4ad583c516417027067629064cc67de7df.zip
Hide other inputs from core options
- This adds a core option to hide some input options like multitaps, player ports 3-8 and analog-related fine-tuning options. - also combine dynarec-only options in one #define directive
Diffstat (limited to 'frontend/libretro_core_options.h')
-rw-r--r--frontend/libretro_core_options.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/frontend/libretro_core_options.h b/frontend/libretro_core_options.h
index 2c69446..cab6a9a 100644
--- a/frontend/libretro_core_options.h
+++ b/frontend/libretro_core_options.h
@@ -98,6 +98,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",
"Pad type for player 1",