diff options
Diffstat (limited to 'src/yuzu_cmd/default_ini.h')
| -rw-r--r-- | src/yuzu_cmd/default_ini.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h index b362f10b4..88d33ecab 100644 --- a/src/yuzu_cmd/default_ini.h +++ b/src/yuzu_cmd/default_ini.h | |||
| @@ -224,6 +224,10 @@ debug = | |||
| 224 | # Which Vulkan physical device to use (defaults to 0) | 224 | # Which Vulkan physical device to use (defaults to 0) |
| 225 | vulkan_device = | 225 | vulkan_device = |
| 226 | 226 | ||
| 227 | # Whether to use fullscreen or borderless window mode | ||
| 228 | # 0 (Windows default): Borderless window, 1 (All other default): Exclusive fullscreen | ||
| 229 | fullscreen_mode = | ||
| 230 | |||
| 227 | # Aspect ratio | 231 | # Aspect ratio |
| 228 | # 0: Default (16:9), 1: Force 4:3, 2: Force 21:9, 3: Stretch to Window | 232 | # 0: Default (16:9), 1: Force 4:3, 2: Force 21:9, 3: Stretch to Window |
| 229 | aspect_ratio = | 233 | aspect_ratio = |