early-access version 3672

This commit is contained in:
pineappleEA
2023-06-13 23:39:30 +02:00
parent a1cf03f41a
commit 1a98dc298e
12 changed files with 57 additions and 2 deletions

View File

@@ -325,6 +325,10 @@ 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.