mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-16 12:15:46 -04:00
GPU: Add a Force Progressive Scan option (disable interlacing)
This commit is contained in:
@ -24,6 +24,8 @@ void Settings::SetDefaults()
|
||||
gpu_renderer = GPURenderer::HardwareOpenGL;
|
||||
gpu_resolution_scale = 1;
|
||||
gpu_true_color = true;
|
||||
gpu_texture_filtering = false;
|
||||
gpu_force_progressive_scan = true;
|
||||
|
||||
display_linear_filtering = true;
|
||||
|
||||
|
Reference in New Issue
Block a user