mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-29 10:35:41 -04:00
PlayStationMouse: Fix returning incorrect controller type
This commit is contained in:
parent
ca8fe27954
commit
3eeab81063
@ -19,7 +19,7 @@ PlayStationMouse::~PlayStationMouse() = default;
|
||||
|
||||
ControllerType PlayStationMouse::GetType() const
|
||||
{
|
||||
return ControllerType::NamcoGunCon;
|
||||
return ControllerType::PlayStationMouse;
|
||||
}
|
||||
|
||||
std::optional<s32> PlayStationMouse::GetAxisCodeByName(std::string_view axis_name) const
|
||||
|
Loading…
x
Reference in New Issue
Block a user