diff options
Diffstat (limited to 'src/yuzu_cmd/default_ini.h')
| -rw-r--r-- | src/yuzu_cmd/default_ini.h | 30 |
1 files changed, 23 insertions, 7 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h index 67d230462..cf3cc4c4e 100644 --- a/src/yuzu_cmd/default_ini.h +++ b/src/yuzu_cmd/default_ini.h | |||
| @@ -14,6 +14,7 @@ const char* sdl2_config_file = | |||
| 14 | # Escape characters $0 (for ':'), $1 (for ',') and $2 (for '$') can be used in values | 14 | # Escape characters $0 (for ':'), $1 (for ',') and $2 (for '$') can be used in values |
| 15 | 15 | ||
| 16 | # Indicates if this player should be connected at boot | 16 | # Indicates if this player should be connected at boot |
| 17 | # 0 (default): Disabled, 1: Enabled | ||
| 17 | connected= | 18 | connected= |
| 18 | 19 | ||
| 19 | # for button input, the following devices are available: | 20 | # for button input, the following devices are available: |
| @@ -94,6 +95,18 @@ motionright= | |||
| 94 | # 0 (default): Disabled, 1: Enabled | 95 | # 0 (default): Disabled, 1: Enabled |
| 95 | debug_pad_enabled = | 96 | debug_pad_enabled = |
| 96 | 97 | ||
| 98 | # Enable sdl raw input. Allows to configure up to 8 xinput controllers. | ||
| 99 | # 0 (default): Disabled, 1: Enabled | ||
| 100 | enable_raw_input = | ||
| 101 | |||
| 102 | # Enable yuzu joycon driver instead of SDL drive. | ||
| 103 | # 0: Disabled, 1 (default): Enabled | ||
| 104 | enable_joycon_driver = | ||
| 105 | |||
| 106 | # Emulates an analog input from buttons. Allowing to dial any angle. | ||
| 107 | # 0 (default): Disabled, 1: Enabled | ||
| 108 | emulate_analog_keyboard = | ||
| 109 | |||
| 97 | # Whether to enable or disable vibration | 110 | # Whether to enable or disable vibration |
| 98 | # 0: Disabled, 1 (default): Enabled | 111 | # 0: Disabled, 1 (default): Enabled |
| 99 | vibration_enabled= | 112 | vibration_enabled= |
| @@ -273,11 +286,14 @@ vulkan_device = | |||
| 273 | # 0: 0.5x (360p/540p) [EXPERIMENTAL] | 286 | # 0: 0.5x (360p/540p) [EXPERIMENTAL] |
| 274 | # 1: 0.75x (540p/810p) [EXPERIMENTAL] | 287 | # 1: 0.75x (540p/810p) [EXPERIMENTAL] |
| 275 | # 2 (default): 1x (720p/1080p) | 288 | # 2 (default): 1x (720p/1080p) |
| 276 | # 3: 2x (1440p/2160p) | 289 | # 3: 1.5x (1080p/1620p) [EXPERIMENTAL] |
| 277 | # 4: 3x (2160p/3240p) | 290 | # 4: 2x (1440p/2160p) |
| 278 | # 5: 4x (2880p/4320p) | 291 | # 5: 3x (2160p/3240p) |
| 279 | # 6: 5x (3600p/5400p) | 292 | # 6: 4x (2880p/4320p) |
| 280 | # 7: 6x (4320p/6480p) | 293 | # 7: 5x (3600p/5400p) |
| 294 | # 8: 6x (4320p/6480p) | ||
| 295 | # 9: 7x (5040p/7560p) | ||
| 296 | # 10: 8x (5760/8640p) | ||
| 281 | resolution_setup = | 297 | resolution_setup = |
| 282 | 298 | ||
| 283 | # Pixel filter to use when up- or down-sampling rendered frames. | 299 | # Pixel filter to use when up- or down-sampling rendered frames. |
| @@ -286,11 +302,11 @@ resolution_setup = | |||
| 286 | # 2: Bicubic | 302 | # 2: Bicubic |
| 287 | # 3: Gaussian | 303 | # 3: Gaussian |
| 288 | # 4: ScaleForce | 304 | # 4: ScaleForce |
| 289 | # 5: AMD FidelityFX™️ Super Resolution [Vulkan Only] | 305 | # 5: AMD FidelityFX™️ Super Resolution |
| 290 | scaling_filter = | 306 | scaling_filter = |
| 291 | 307 | ||
| 292 | # Anti-Aliasing (AA) | 308 | # Anti-Aliasing (AA) |
| 293 | # 0 (default): None, 1: FXAA | 309 | # 0 (default): None, 1: FXAA, 2: SMAA |
| 294 | anti_aliasing = | 310 | anti_aliasing = |
| 295 | 311 | ||
| 296 | # Whether to use fullscreen or borderless window mode | 312 | # Whether to use fullscreen or borderless window mode |