Merge pull request #3452 from Morph1984/anisotropic-filtering

frontend/Graphics: Add "Advanced" graphics tab and experimental Anisotropic Filtering support
This commit is contained in:
bunnei
2020-03-07 22:28:35 -05:00
committed by GitHub
16 changed files with 245 additions and 35 deletions

View File

@ -430,6 +430,7 @@ struct Values {
float resolution_factor;
int aspect_ratio;
int max_anisotropy;
bool use_frame_limit;
u16 frame_limit;
bool use_disk_shader_cache;