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.", "Sets the type of controller for Slot 1.",
{{"None", "None"}, {{"None", "None"},
{"DigitalController", "Digital Controller"}, {"DigitalController", "Digital Controller"},
{"AnalogController", "Analog Controller (DualShock)"}, {"AnalogController", "Analog Controller (DualShock)"}},
{"NamcoGunCon", "Namco GunCon"},
{"PlayStationMouse", "PlayStation Mouse"},
{"NeGcon", "NeGcon"}},
"DigitalController"}, "DigitalController"},
{"duckstation_Controller1.ForceAnalogOnReset", {"duckstation_Controller1.ForceAnalogOnReset",
"Controller 1 Force Analog Mode on Reset", "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.", "Sets the type of controller for Slot 2.",
{{"None", "None"}, {{"None", "None"},
{"DigitalController", "Digital Controller"}, {"DigitalController", "Digital Controller"},
{"AnalogController", "Analog Controller (DualShock)"}, {"AnalogController", "Analog Controller (DualShock)"}},
{"NamcoGunCon", "Namco GunCon"},
{"PlayStationMouse", "PlayStation Mouse"},
{"NeGcon", "NeGcon"}},
"None"}, "None"},
{"duckstation_Controller2.ForceAnalogOnReset", {"duckstation_Controller2.ForceAnalogOnReset",
"Controller 2 Force Analog Mode on Reset", "Controller 2 Force Analog Mode on Reset",