GPU: Add a Force Progressive Scan option (disable interlacing)

This commit is contained in:
Connor McLaughlin
2019-12-10 22:52:46 +10:00
parent fb0aad0917
commit df6e079920
8 changed files with 29 additions and 16 deletions

View File

@ -21,6 +21,7 @@ struct Settings
mutable u32 max_gpu_resolution_scale = 1;
bool gpu_true_color = false;
bool gpu_texture_filtering = false;
bool gpu_force_progressive_scan = false;
bool display_linear_filtering = true;
bool display_fullscreen = false;