summaryrefslogtreecommitdiffstats
path: root/src/yuzu_cmd/default_ini.h
diff options
context:
space:
mode:
authorWollnashorn <Wollnashorn@users.noreply.github.com>2023-06-17 11:19:39 +0200
committerWollnashorn <Wollnashorn@users.noreply.github.com>2023-06-17 11:19:39 +0200
commitc309a1c69b933bd196412cae854acb4837243806 (patch)
tree4670dc235397f3b7a68f4ed00bb8f4a078146fe1 /src/yuzu_cmd/default_ini.h
parentvideo_core: Use sampler IDs instead pointers in the pipeline config (diff)
downloadyuzu-c309a1c69b933bd196412cae854acb4837243806.tar
yuzu-c309a1c69b933bd196412cae854acb4837243806.tar.gz
yuzu-c309a1c69b933bd196412cae854acb4837243806.tar.bz2
yuzu-c309a1c69b933bd196412cae854acb4837243806.tar.lz
yuzu-c309a1c69b933bd196412cae854acb4837243806.tar.xz
yuzu-c309a1c69b933bd196412cae854acb4837243806.tar.zst
yuzu-c309a1c69b933bd196412cae854acb4837243806.zip
Diffstat (limited to '')
-rw-r--r--src/yuzu_cmd/default_ini.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h
index f12e2dfc9..911d461e4 100644
--- a/src/yuzu_cmd/default_ini.h
+++ b/src/yuzu_cmd/default_ini.h
@@ -325,10 +325,6 @@ aspect_ratio =
# 0: Default, 1: 2x, 2: 4x, 3: 8x, 4: 16x
max_anisotropy =
-# Apply Anisotropic Filtering to all mipmap modes.
-# 0 (default): Off, 1: On
-use_aggressive_anisotropic_filtering =
-
# Whether to enable VSync or not.
# OpenGL: Values other than 0 enable VSync
# Vulkan: FIFO is selected if the requested mode is not supported by the driver.