summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorGravatar Morph2020-02-23 19:01:17 -0500
committerGravatar Morph2020-02-27 21:34:00 -0500
commit7ee606517875f0d12d4c75c5c807f4b6a8ffcf58 (patch)
treee0c23b4c540868b9c44b383dd5ea963fd3a748f3 /src/core
parentMerge pull request #3430 from bunnei/split-presenter (diff)
downloadyuzu-7ee606517875f0d12d4c75c5c807f4b6a8ffcf58.tar.gz
yuzu-7ee606517875f0d12d4c75c5c807f4b6a8ffcf58.tar.xz
yuzu-7ee606517875f0d12d4c75c5c807f4b6a8ffcf58.zip
Create an "Advanced" tab in the graphics configuration tab and add anisotropic filtering levels.
Diffstat (limited to 'src/core')
-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 {
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;