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:
Connor McLaughlin 2020-12-24 10:15:23 +10:00
parent aedfff7e3f
commit add6754381

View File

@ -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",