summaryrefslogtreecommitdiff
path: root/src/yuzu_cmd/default_ini.h
diff options
context:
space:
mode:
authorGravatar lat9nq2021-07-21 19:48:03 -0400
committerGravatar lat9nq2021-07-21 19:48:03 -0400
commit9befe7047b0aad5dda40ce015de50fe7e9e4b309 (patch)
treebbed40e74086eb8c470ebbb75c6acff06e2e2623 /src/yuzu_cmd/default_ini.h
parentci: Increase mainline build timeout. (diff)
downloadyuzu-9befe7047b0aad5dda40ce015de50fe7e9e4b309.tar.gz
yuzu-9befe7047b0aad5dda40ce015de50fe7e9e4b309.tar.xz
yuzu-9befe7047b0aad5dda40ce015de50fe7e9e4b309.zip
yuzu_cmd: Make use of fullscreen_mode setting
Reverts 48259de0c1a6a1aca77eec31cb8aca5ca2b680dd to the previous hierarchy and fixes the resolution issue with this fullscreen mode. yuzu-cmd will now read the fullscreen_mode setting and use it appropriately.
Diffstat (limited to 'src/yuzu_cmd/default_ini.h')
-rw-r--r--src/yuzu_cmd/default_ini.h4
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)
225vulkan_device = 225vulkan_device =
226 226
227# Whether to use fullscreen or borderless window mode
228# 0 (Windows default): Borderless window, 1 (All other default): Exclusive fullscreen
229fullscreen_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
229aspect_ratio = 233aspect_ratio =