diff options
| author | 2020-03-07 22:28:35 -0500 | |
|---|---|---|
| committer | 2020-03-07 22:28:35 -0500 | |
| commit | 84e9f9f39599b7af69c02ea17a95aa7216489fc5 (patch) | |
| tree | 3a5d70ee520db322151d722874288451a4350a22 /src/core | |
| parent | Merge pull request #3481 from ReinUsesLisp/abgr5-storage (diff) | |
| parent | Create an "Advanced" tab in the graphics configuration tab and add anisotropi... (diff) | |
| download | yuzu-84e9f9f39599b7af69c02ea17a95aa7216489fc5.tar.gz yuzu-84e9f9f39599b7af69c02ea17a95aa7216489fc5.tar.xz yuzu-84e9f9f39599b7af69c02ea17a95aa7216489fc5.zip | |
Merge pull request #3452 from Morph1984/anisotropic-filtering
frontend/Graphics: Add "Advanced" graphics tab and experimental Anisotropic Filtering support
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/settings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/settings.h b/src/core/settings.h index 15b691342..cb5979e6f 100644 --- a/src/core/settings.h +++ b/src/core/settings.h | |||
| @@ -430,6 +430,7 @@ struct Values { | |||
| 430 | 430 | ||
| 431 | float resolution_factor; | 431 | float resolution_factor; |
| 432 | int aspect_ratio; | 432 | int aspect_ratio; |
| 433 | int max_anisotropy; | ||
| 433 | bool use_frame_limit; | 434 | bool use_frame_limit; |
| 434 | u16 frame_limit; | 435 | u16 frame_limit; |
| 435 | bool use_disk_shader_cache; | 436 | bool use_disk_shader_cache; |