From 82df580d6a00527fd55898b21a0d8e82b951620b Mon Sep 17 00:00:00 2001 From: negativeExponent Date: Tue, 3 Nov 2020 22:24:00 +0800 Subject: Indicate that multitap requires restart and cleanup Multi-tap related feature like enabling/changing controllers type on port 4-8 and changing multitap option requires a restart. Port 1 and 2 (player 1-2) are mostly safe to change options anytime --- frontend/libretro_core_options.h | 129 +-------------------------------------- 1 file changed, 2 insertions(+), 127 deletions(-) (limited to 'frontend/libretro_core_options.h') diff --git a/frontend/libretro_core_options.h b/frontend/libretro_core_options.h index c28de2a..3f589cc 100644 --- a/frontend/libretro_core_options.h +++ b/frontend/libretro_core_options.h @@ -156,134 +156,9 @@ struct retro_core_option_definition option_defs_us[] = { }, "1.00", }, - { - "pcsx_rearmed_pad1type", - "Pad 1 Type", - "Pad type for player 1", - { - { "standard", NULL }, - { "analog", NULL }, - { "dualshock", NULL }, - { "negcon", NULL }, - { "guncon", NULL }, - { "mouse", NULL }, - { "none", NULL }, - { NULL, NULL }, - }, - "standard", - }, - { - "pcsx_rearmed_pad2type", - "Pad 2 Type", - "Pad type for player 2", - { - { "standard", NULL }, - { "analog", NULL }, - { "dualshock", NULL }, - { "negcon", NULL }, - { "guncon", NULL }, - { "mouse", NULL }, - { "none", NULL }, - { NULL, NULL }, - }, - "standard", - }, - { - "pcsx_rearmed_pad3type", - "Pad 3 Type", - "Pad type for player 3", - { - { "standard", NULL }, - { "analog", NULL }, - { "dualshock", NULL }, - { "negcon", NULL }, - { "guncon", NULL }, - { "mouse", NULL }, - { "none", NULL }, - { NULL, NULL }, - }, - "none", - }, - { - "pcsx_rearmed_pad4type", - "Pad 4 Type", - "Pad type for player 4", - { - { "standard", NULL }, - { "analog", NULL }, - { "dualshock", NULL }, - { "negcon", NULL }, - { "guncon", NULL }, - { "mouse", NULL }, - { "none", NULL }, - { NULL, NULL }, - }, - "none", - }, - { - "pcsx_rearmed_pad5type", - "Pad 5 Type", - "Pad type for player 5", - { - { "standard", NULL }, - { "analog", NULL }, - { "dualshock", NULL }, - { "negcon", NULL }, - { "guncon", NULL }, - { "mouse", NULL }, - { "none", NULL }, - { NULL, NULL }, - }, - "none", - },{ - "pcsx_rearmed_pad6type", - "Pad 6 Type", - "Pad type for player 6", - { - { "standard", NULL }, - { "analog", NULL }, - { "dualshock", NULL }, - { "negcon", NULL }, - { "guncon", NULL }, - { "mouse", NULL }, - { "none", NULL }, - { NULL, NULL }, - }, - "none", - },{ - "pcsx_rearmed_pad7type", - "Pad 7 Type", - "Pad type for player 7", - { - { "standard", NULL }, - { "analog", NULL }, - { "dualshock", NULL }, - { "negcon", NULL }, - { "guncon", NULL }, - { "mouse", NULL }, - { "none", NULL }, - { NULL, NULL }, - }, - "none", - },{ - "pcsx_rearmed_pad8type", - "Pad 8 Type", - "Pad type for player 8", - { - { "standard", NULL }, - { "analog", NULL }, - { "dualshock", NULL }, - { "negcon", NULL }, - { "guncon", NULL }, - { "mouse", NULL }, - { "none", NULL }, - { NULL, NULL }, - }, - "none", - }, { "pcsx_rearmed_multitap1", - "Multitap 1", + "Multitap 1 (Restart)", "Enables/Disables multitap on port 1, allowing upto 5 players in games that permit it.", { { "auto", NULL }, @@ -295,7 +170,7 @@ struct retro_core_option_definition option_defs_us[] = { }, { "pcsx_rearmed_multitap2", - "Multitap 2", + "Multitap 2 (Restart)", "Enables/Disables multitap on port 2, allowing up to 8 players in games that permit it. Multitap 1 has to be enabled for this to work.", { { "auto", NULL }, -- cgit v1.2.3