diff --git a/src/core/playstation_mouse.cpp b/src/core/playstation_mouse.cpp index 0c69d92ac..7541fc1bd 100644 --- a/src/core/playstation_mouse.cpp +++ b/src/core/playstation_mouse.cpp @@ -19,7 +19,7 @@ PlayStationMouse::~PlayStationMouse() = default; ControllerType PlayStationMouse::GetType() const { - return ControllerType::NamcoGunCon; + return ControllerType::PlayStationMouse; } std::optional PlayStationMouse::GetAxisCodeByName(std::string_view axis_name) const