core, linux+libretro, multiplayer adaptor support

This commit is contained in:
kub 2022-01-26 19:34:13 +00:00
parent a833e78c98
commit 1d5885dd84
9 changed files with 104 additions and 49 deletions

View file

@ -294,12 +294,14 @@ struct retro_core_option_v2_definition option_defs_us[] = {
"picodrive_input1",
"Input Device 1",
NULL,
"Choose which type of controller is plugged into slot 1.",
"Choose which type of controller is plugged into slot 1. Note that a multiplayer adaptor uses both slots.",
NULL,
"input",
{
{ "3 button pad", "3 Button Pad" },
{ "6 button pad", "6 Button Pad" },
{ "team player", "Sega 4 Player Adaptor" },
{ "4way play", "EA 4way Play Adaptor" },
{ "None", NULL },
{ NULL, NULL },
},
@ -309,7 +311,7 @@ struct retro_core_option_v2_definition option_defs_us[] = {
"picodrive_input2",
"Input Device 2",
NULL,
"Choose which type of controller is plugged into slot 2.",
"Choose which type of controller is plugged into slot 2. This setting is ignored when a multiplayer adaptor is plugged into slot 1.",
NULL,
"input",
{