mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-26 23:55:42 -04:00
InputManager: Fix default value of SDL input source
This commit is contained in:
parent
11c0b7467b
commit
65991899eb
@ -1468,6 +1468,6 @@ void InputManager::ReloadSources(SettingsInterface& si, std::unique_lock<std::mu
|
||||
UpdateInputSourceState(si, settings_lock, InputSourceType::RawInput, &InputSource::CreateWin32RawInputSource, false);
|
||||
#endif
|
||||
#ifdef WITH_SDL2
|
||||
UpdateInputSourceState(si, settings_lock, InputSourceType::SDL, &InputSource::CreateSDLSource, false);
|
||||
UpdateInputSourceState(si, settings_lock, InputSourceType::SDL, &InputSource::CreateSDLSource, true);
|
||||
#endif
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user