diff options
author | liamwhite <liamwhite@users.noreply.github.com> | 2023-02-06 15:08:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-06 15:08:27 +0100 |
commit | 72f78a48e36602f2286aec72742139fcc4f9866c (patch) | |
tree | a547d13cce36677dd3379d10dfcf18b4379a461f | |
parent | Merge pull request #9731 from liamwhite/svc-move-only (diff) | |
parent | Update yuzu_cmd's default_ini.h (diff) | |
download | yuzu-72f78a48e36602f2286aec72742139fcc4f9866c.tar yuzu-72f78a48e36602f2286aec72742139fcc4f9866c.tar.gz yuzu-72f78a48e36602f2286aec72742139fcc4f9866c.tar.bz2 yuzu-72f78a48e36602f2286aec72742139fcc4f9866c.tar.lz yuzu-72f78a48e36602f2286aec72742139fcc4f9866c.tar.xz yuzu-72f78a48e36602f2286aec72742139fcc4f9866c.tar.zst yuzu-72f78a48e36602f2286aec72742139fcc4f9866c.zip |
-rw-r--r-- | src/yuzu_cmd/default_ini.h | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h index 3f3651dbe..cf3cc4c4e 100644 --- a/src/yuzu_cmd/default_ini.h +++ b/src/yuzu_cmd/default_ini.h @@ -286,11 +286,14 @@ vulkan_device = # 0: 0.5x (360p/540p) [EXPERIMENTAL] # 1: 0.75x (540p/810p) [EXPERIMENTAL] # 2 (default): 1x (720p/1080p) -# 3: 2x (1440p/2160p) -# 4: 3x (2160p/3240p) -# 5: 4x (2880p/4320p) -# 6: 5x (3600p/5400p) -# 7: 6x (4320p/6480p) +# 3: 1.5x (1080p/1620p) [EXPERIMENTAL] +# 4: 2x (1440p/2160p) +# 5: 3x (2160p/3240p) +# 6: 4x (2880p/4320p) +# 7: 5x (3600p/5400p) +# 8: 6x (4320p/6480p) +# 9: 7x (5040p/7560p) +# 10: 8x (5760/8640p) resolution_setup = # Pixel filter to use when up- or down-sampling rendered frames. @@ -299,11 +302,11 @@ resolution_setup = # 2: Bicubic # 3: Gaussian # 4: ScaleForce -# 5: AMD FidelityFX™️ Super Resolution [Vulkan Only] +# 5: AMD FidelityFX™️ Super Resolution scaling_filter = # Anti-Aliasing (AA) -# 0 (default): None, 1: FXAA +# 0 (default): None, 1: FXAA, 2: SMAA anti_aliasing = # Whether to use fullscreen or borderless window mode |