NeGcon: Add steering axis deadzone setting

This commit is contained in:
Albert Liu
2020-10-31 23:52:00 -07:00
parent b5b1c725c1
commit 3b51b993f3
3 changed files with 28 additions and 1 deletions

View File

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