NeGcon: Add steering axis deadzone setting
This commit is contained in:
@ -216,6 +216,9 @@ Controller::SettingList Controller::GetSettings(ControllerType type)
|
||||
case ControllerType::NamcoGunCon:
|
||||
return NamcoGunCon::StaticGetSettings();
|
||||
|
||||
case ControllerType::NeGcon:
|
||||
return NeGcon::StaticGetSettings();
|
||||
|
||||
default:
|
||||
return {};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user