mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
core, linux+libretro, multiplayer adaptor support
This commit is contained in:
parent
a833e78c98
commit
1d5885dd84
9 changed files with 104 additions and 49 deletions
|
@ -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",
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue