diff --git a/src/duckstation-libretro/libretro_host_interface.cpp b/src/duckstation-libretro/libretro_host_interface.cpp index 39c8174f7..ead66ebfd 100644 --- a/src/duckstation-libretro/libretro_host_interface.cpp +++ b/src/duckstation-libretro/libretro_host_interface.cpp @@ -756,10 +756,7 @@ static std::array 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 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",