PlaystationMouse: Add option to use relative mode
This commit is contained in:
@ -249,6 +249,9 @@ Controller::SettingList Controller::GetSettings(ControllerType type)
|
||||
case ControllerType::NeGcon:
|
||||
return NeGcon::StaticGetSettings();
|
||||
|
||||
case ControllerType::PlayStationMouse:
|
||||
return PlayStationMouse::StaticGetSettings();
|
||||
|
||||
default:
|
||||
return {};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user