mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-26 23:55:40 +00: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
|
ControllerType PlayStationMouse::GetType() const
|
||||||
{
|
{
|
||||||
return ControllerType::NamcoGunCon;
|
return ControllerType::PlayStationMouse;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::optional<s32> PlayStationMouse::GetAxisCodeByName(std::string_view axis_name) const
|
std::optional<s32> PlayStationMouse::GetAxisCodeByName(std::string_view axis_name) const
|
||||||
|
|
Loading…
Reference in a new issue