summaryrefslogtreecommitdiff
path: root/src/core/settings.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2020-03-07 22:28:35 -0500
committerGitHub <noreply@github.com>2020-03-07 22:28:35 -0500
commit84e9f9f39599b7af69c02ea17a95aa7216489fc5 (patch)
tree3a5d70ee520db322151d722874288451a4350a22 /src/core/settings.h
parent662feb8c1c5760167413e707af812b59fb43ca8b (diff)
parent7ee606517875f0d12d4c75c5c807f4b6a8ffcf58 (diff)
Merge pull request #3452 from Morph1984/anisotropic-filtering
frontend/Graphics: Add "Advanced" graphics tab and experimental Anisotropic Filtering support
Diffstat (limited to 'src/core/settings.h')
-rw-r--r--src/core/settings.h1
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;