diff options
author | bunnei <bunneidev@gmail.com> | 2020-03-08 04:28:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-08 04:28:35 +0100 |
commit | 84e9f9f39599b7af69c02ea17a95aa7216489fc5 (patch) | |
tree | 3a5d70ee520db322151d722874288451a4350a22 /src/core/settings.h | |
parent | Merge pull request #3481 from ReinUsesLisp/abgr5-storage (diff) | |
parent | Create an "Advanced" tab in the graphics configuration tab and add anisotropic filtering levels. (diff) | |
download | yuzu-84e9f9f39599b7af69c02ea17a95aa7216489fc5.tar yuzu-84e9f9f39599b7af69c02ea17a95aa7216489fc5.tar.gz yuzu-84e9f9f39599b7af69c02ea17a95aa7216489fc5.tar.bz2 yuzu-84e9f9f39599b7af69c02ea17a95aa7216489fc5.tar.lz yuzu-84e9f9f39599b7af69c02ea17a95aa7216489fc5.tar.xz yuzu-84e9f9f39599b7af69c02ea17a95aa7216489fc5.tar.zst yuzu-84e9f9f39599b7af69c02ea17a95aa7216489fc5.zip |
Diffstat (limited to 'src/core/settings.h')
-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 { float resolution_factor; int aspect_ratio; + int max_anisotropy; bool use_frame_limit; u16 frame_limit; bool use_disk_shader_cache; |