summaryrefslogtreecommitdiff
path: root/src/yuzu_cmd
diff options
context:
space:
mode:
authorGravatar Matías Locatti2023-02-06 06:01:51 -0300
committerGravatar GitHub2023-02-06 06:01:51 -0300
commit69eaad18a5c421ae07f2a297cb2d8471014dc874 (patch)
treea547d13cce36677dd3379d10dfcf18b4379a461f /src/yuzu_cmd
parentMerge pull request #9731 from liamwhite/svc-move-only (diff)
downloadyuzu-69eaad18a5c421ae07f2a297cb2d8471014dc874.tar.gz
yuzu-69eaad18a5c421ae07f2a297cb2d8471014dc874.tar.xz
yuzu-69eaad18a5c421ae07f2a297cb2d8471014dc874.zip
Update yuzu_cmd's default_ini.h
Rename FSR, add missing resolution multipliers, and SMAA
Diffstat (limited to 'src/yuzu_cmd')
-rw-r--r--src/yuzu_cmd/default_ini.h17
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 =
286# 0: 0.5x (360p/540p) [EXPERIMENTAL] 286# 0: 0.5x (360p/540p) [EXPERIMENTAL]
287# 1: 0.75x (540p/810p) [EXPERIMENTAL] 287# 1: 0.75x (540p/810p) [EXPERIMENTAL]
288# 2 (default): 1x (720p/1080p) 288# 2 (default): 1x (720p/1080p)
289# 3: 2x (1440p/2160p) 289# 3: 1.5x (1080p/1620p) [EXPERIMENTAL]
290# 4: 3x (2160p/3240p) 290# 4: 2x (1440p/2160p)
291# 5: 4x (2880p/4320p) 291# 5: 3x (2160p/3240p)
292# 6: 5x (3600p/5400p) 292# 6: 4x (2880p/4320p)
293# 7: 6x (4320p/6480p) 293# 7: 5x (3600p/5400p)
294# 8: 6x (4320p/6480p)
295# 9: 7x (5040p/7560p)
296# 10: 8x (5760/8640p)
294resolution_setup = 297resolution_setup =
295 298
296# Pixel filter to use when up- or down-sampling rendered frames. 299# Pixel filter to use when up- or down-sampling rendered frames.
@@ -299,11 +302,11 @@ resolution_setup =
299# 2: Bicubic 302# 2: Bicubic
300# 3: Gaussian 303# 3: Gaussian
301# 4: ScaleForce 304# 4: ScaleForce
302# 5: AMD FidelityFX™️ Super Resolution [Vulkan Only] 305# 5: AMD FidelityFX™️ Super Resolution
303scaling_filter = 306scaling_filter =
304 307
305# Anti-Aliasing (AA) 308# Anti-Aliasing (AA)
306# 0 (default): None, 1: FXAA 309# 0 (default): None, 1: FXAA, 2: SMAA
307anti_aliasing = 310anti_aliasing =
308 311
309# Whether to use fullscreen or borderless window mode 312# Whether to use fullscreen or borderless window mode