Merge pull request #3452 from Morph1984/anisotropic-filtering
frontend/Graphics: Add "Advanced" graphics tab and experimental Anisotropic Filtering support
This commit is contained in:
commit
84e9f9f395
16 changed files with 245 additions and 35 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue