mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-04 05:04:33 +00:00
InputManager: Remove setting of unused config variable
This commit is contained in:
@@ -1608,7 +1608,6 @@ void InputManager::SetDefaultSourceConfig(SettingsInterface& si)
|
||||
si.SetBoolValue("InputSources", "SDL", true);
|
||||
si.SetBoolValue("InputSources", "SDLControllerEnhancedMode", false);
|
||||
si.SetBoolValue("InputSources", "SDLPS5PlayerLED", false);
|
||||
si.SetBoolValue("InputSources", "SDLPS5MicMuteLEDForAnalogMode", false);
|
||||
si.SetBoolValue("InputSources", "XInput", false);
|
||||
si.SetBoolValue("InputSources", "RawInput", false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user