mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 20:15:46 -04:00
HostInterface: Disable true color/enable scaled dithering by default
Too many games are broken with it enabled. The number which break with scaled dithering is much smaller.
This commit is contained in:
@ -958,8 +958,8 @@ void HostInterface::SetDefaultSettings(SettingsInterface& si)
|
||||
si.SetStringValue("GPU", "Renderer", Settings::GetRendererName(Settings::DEFAULT_GPU_RENDERER));
|
||||
si.SetIntValue("GPU", "ResolutionScale", 1);
|
||||
si.SetBoolValue("GPU", "UseDebugDevice", false);
|
||||
si.SetBoolValue("GPU", "TrueColor", true);
|
||||
si.SetBoolValue("GPU", "ScaledDithering", false);
|
||||
si.SetBoolValue("GPU", "TrueColor", false);
|
||||
si.SetBoolValue("GPU", "ScaledDithering", true);
|
||||
si.SetBoolValue("GPU", "TextureFiltering", false);
|
||||
si.SetBoolValue("GPU", "DisableInterlacing", true);
|
||||
si.SetBoolValue("GPU", "ForceNTSCTimings", false);
|
||||
|
Reference in New Issue
Block a user