mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-01-18 14:25:38 +00:00
libretro: Remove guncon/mouse/negcon controller types
These were never supported. Use the standalone version if you want to use these controller types.
This commit is contained in:
parent
aedfff7e3f
commit
add6754381
|
@ -756,10 +756,7 @@ static std::array<retro_core_option_definition, 51> s_option_definitions = {{
|
|||
"Sets the type of controller for Slot 1.",
|
||||
{{"None", "None"},
|
||||
{"DigitalController", "Digital Controller"},
|
||||
{"AnalogController", "Analog Controller (DualShock)"},
|
||||
{"NamcoGunCon", "Namco GunCon"},
|
||||
{"PlayStationMouse", "PlayStation Mouse"},
|
||||
{"NeGcon", "NeGcon"}},
|
||||
{"AnalogController", "Analog Controller (DualShock)"}},
|
||||
"DigitalController"},
|
||||
{"duckstation_Controller1.ForceAnalogOnReset",
|
||||
"Controller 1 Force Analog Mode on Reset",
|
||||
|
@ -782,10 +779,7 @@ static std::array<retro_core_option_definition, 51> s_option_definitions = {{
|
|||
"Sets the type of controller for Slot 2.",
|
||||
{{"None", "None"},
|
||||
{"DigitalController", "Digital Controller"},
|
||||
{"AnalogController", "Analog Controller (DualShock)"},
|
||||
{"NamcoGunCon", "Namco GunCon"},
|
||||
{"PlayStationMouse", "PlayStation Mouse"},
|
||||
{"NeGcon", "NeGcon"}},
|
||||
{"AnalogController", "Analog Controller (DualShock)"}},
|
||||
"None"},
|
||||
{"duckstation_Controller2.ForceAnalogOnReset",
|
||||
"Controller 2 Force Analog Mode on Reset",
|
||||
|
|
Loading…
Reference in a new issue