GPU: Add chroma smoothing for 24-bit display enhancement
This commit is contained in:
@ -113,6 +113,7 @@ struct Settings
|
||||
s16 display_active_end_offset = 0;
|
||||
DisplayAspectRatio display_aspect_ratio = DisplayAspectRatio::R4_3;
|
||||
bool display_force_4_3_for_24bit = false;
|
||||
bool gpu_24bit_chroma_smoothing = false;
|
||||
bool display_linear_filtering = true;
|
||||
bool display_integer_scaling = false;
|
||||
bool display_post_processing = false;
|
||||
|
||||
Reference in New Issue
Block a user