diff options
Diffstat (limited to 'src')
| -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 = | |||
| 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) | ||
| 294 | resolution_setup = | 297 | resolution_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 |
| 303 | scaling_filter = | 306 | scaling_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 |
| 307 | anti_aliasing = | 310 | anti_aliasing = |
| 308 | 311 | ||
| 309 | # Whether to use fullscreen or borderless window mode | 312 | # Whether to use fullscreen or borderless window mode |