diff options
| author | 2023-06-12 15:59:44 +0200 | |
|---|---|---|
| committer | 2023-06-13 03:21:01 +0200 | |
| commit | 0eacf547c0733f39e11515e7aedf300d0cd06e99 (patch) | |
| tree | ccf36bffb6da566eb6c9faae067ea5c694da655d /src/yuzu_cmd/default_ini.h | |
| parent | Merge pull request #10718 from liamwhite/buffered-io (diff) | |
| download | yuzu-0eacf547c0733f39e11515e7aedf300d0cd06e99.tar.gz yuzu-0eacf547c0733f39e11515e7aedf300d0cd06e99.tar.xz yuzu-0eacf547c0733f39e11515e7aedf300d0cd06e99.zip | |
video_core: Option to apply anisotropic filtering for all mipmap modes
Diffstat (limited to 'src/yuzu_cmd/default_ini.h')
| -rw-r--r-- | src/yuzu_cmd/default_ini.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h index 911d461e4..f12e2dfc9 100644 --- a/src/yuzu_cmd/default_ini.h +++ b/src/yuzu_cmd/default_ini.h | |||
| @@ -325,6 +325,10 @@ aspect_ratio = | |||
| 325 | # 0: Default, 1: 2x, 2: 4x, 3: 8x, 4: 16x | 325 | # 0: Default, 1: 2x, 2: 4x, 3: 8x, 4: 16x |
| 326 | max_anisotropy = | 326 | max_anisotropy = |
| 327 | 327 | ||
| 328 | # Apply Anisotropic Filtering to all mipmap modes. | ||
| 329 | # 0 (default): Off, 1: On | ||
| 330 | use_aggressive_anisotropic_filtering = | ||
| 331 | |||
| 328 | # Whether to enable VSync or not. | 332 | # Whether to enable VSync or not. |
| 329 | # OpenGL: Values other than 0 enable VSync | 333 | # OpenGL: Values other than 0 enable VSync |
| 330 | # Vulkan: FIFO is selected if the requested mode is not supported by the driver. | 334 | # Vulkan: FIFO is selected if the requested mode is not supported by the driver. |