GPU: Add option to disable PGXP on 2D polygons

This commit is contained in:
Stenzek
2024-07-09 20:30:30 +10:00
parent f0e2d1a9fa
commit de27e5de92
8 changed files with 89 additions and 26 deletions

View File

@ -135,6 +135,7 @@ struct Settings
bool gpu_pgxp_cpu : 1 = false;
bool gpu_pgxp_preserve_proj_fp : 1 = false;
bool gpu_pgxp_depth_buffer : 1 = false;
bool gpu_pgxp_disable_2d : 1 = false;
DisplayDeinterlacingMode display_deinterlacing_mode = DEFAULT_DISPLAY_DEINTERLACING_MODE;
DisplayCropMode display_crop_mode = DEFAULT_DISPLAY_CROP_MODE;
DisplayAspectRatio display_aspect_ratio = DEFAULT_DISPLAY_ASPECT_RATIO;