InputManager: Remove setting of unused config variable

This commit is contained in:
Stenzek
2025-11-15 17:47:45 +10:00
parent c8ef05a16d
commit b4f9bc794d

View File

@@ -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);
}