aboutsummaryrefslogtreecommitdiff
path: root/frontend/libretro_core_options.h
diff options
context:
space:
mode:
authornegativeExponent2020-11-03 22:24:00 +0800
committernegativeExponent2020-11-04 01:52:40 +0800
commit82df580d6a00527fd55898b21a0d8e82b951620b (patch)
tree6fc9f718d44f5d0f2359138d83b1618f9584f21d /frontend/libretro_core_options.h
parent311312335dca8b82913397418ca5c8aa8a677081 (diff)
downloadpcsx_rearmed-82df580d6a00527fd55898b21a0d8e82b951620b.tar.gz
pcsx_rearmed-82df580d6a00527fd55898b21a0d8e82b951620b.tar.bz2
pcsx_rearmed-82df580d6a00527fd55898b21a0d8e82b951620b.zip
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
Diffstat (limited to 'frontend/libretro_core_options.h')
-rw-r--r--frontend/libretro_core_options.h129
1 files changed, 2 insertions, 127 deletions
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
@@ -157,133 +157,8 @@ 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 },