mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-16 08:15:46 -04:00
Settings: Leave interlacing on by default
Too many games break without it.
This commit is contained in:
@ -96,7 +96,7 @@ void Settings::Load(SettingsInterface& si)
|
||||
gpu_true_color = si.GetBoolValue("GPU", "TrueColor", true);
|
||||
gpu_scaled_dithering = si.GetBoolValue("GPU", "ScaledDithering", false);
|
||||
gpu_texture_filtering = si.GetBoolValue("GPU", "TextureFiltering", false);
|
||||
gpu_disable_interlacing = si.GetBoolValue("GPU", "DisableInterlacing", true);
|
||||
gpu_disable_interlacing = si.GetBoolValue("GPU", "DisableInterlacing", false);
|
||||
gpu_force_ntsc_timings = si.GetBoolValue("GPU", "ForceNTSCTimings", false);
|
||||
|
||||
display_crop_mode =
|
||||
|
Reference in New Issue
Block a user