diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2020-02-24 01:01:17 +0100 |
---|---|---|
committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2020-02-28 03:34:00 +0100 |
commit | 7ee606517875f0d12d4c75c5c807f4b6a8ffcf58 (patch) | |
tree | e0c23b4c540868b9c44b383dd5ea963fd3a748f3 /src/core/settings.h | |
parent | Merge pull request #3430 from bunnei/split-presenter (diff) | |
download | yuzu-7ee606517875f0d12d4c75c5c807f4b6a8ffcf58.tar yuzu-7ee606517875f0d12d4c75c5c807f4b6a8ffcf58.tar.gz yuzu-7ee606517875f0d12d4c75c5c807f4b6a8ffcf58.tar.bz2 yuzu-7ee606517875f0d12d4c75c5c807f4b6a8ffcf58.tar.lz yuzu-7ee606517875f0d12d4c75c5c807f4b6a8ffcf58.tar.xz yuzu-7ee606517875f0d12d4c75c5c807f4b6a8ffcf58.tar.zst yuzu-7ee606517875f0d12d4c75c5c807f4b6a8ffcf58.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; |