Qt: Toggle for DualSense Player LED (#3254)

This commit is contained in:
dreamsyntax
2024-07-21 06:07:36 +00:00
committed by GitHub
parent 3172eac8df
commit d9ada75d4f
6 changed files with 60 additions and 17 deletions

View File

@ -1283,6 +1283,7 @@ void InputManager::SetDefaultSourceConfig(SettingsInterface& si)
si.ClearSection("InputSources");
si.SetBoolValue("InputSources", "SDL", true);
si.SetBoolValue("InputSources", "SDLControllerEnhancedMode", false);
si.SetBoolValue("InputSources", "SDLPS5PlayerLED", false);
si.SetBoolValue("InputSources", "XInput", false);
si.SetBoolValue("InputSources", "RawInput", false);
}