PlaystationMouse: Add option to use relative mode

This commit is contained in:
Connor McLaughlin
2020-12-28 00:34:49 +10:00
parent ca42d027ac
commit 8bb5ff47eb
3 changed files with 31 additions and 1 deletions

View File

@ -249,6 +249,9 @@ Controller::SettingList Controller::GetSettings(ControllerType type)
case ControllerType::NeGcon:
return NeGcon::StaticGetSettings();
case ControllerType::PlayStationMouse:
return PlayStationMouse::StaticGetSettings();
default:
return {};
}