summaryrefslogtreecommitdiffstats
path: root/src/yuzu_cmd/default_ini.h
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2021-07-22 06:55:01 +0200
committerGitHub <noreply@github.com>2021-07-22 06:55:01 +0200
commit233bf018d67c7b53325dd1783aa4d0acfc29ed93 (patch)
tree70b32c8db253edcede44563bc28bfa5396a0d97c /src/yuzu_cmd/default_ini.h
parentMerge pull request #6654 from german77/custom_threshold (diff)
parentyuzu_cmd: Make use of fullscreen_mode setting (diff)
downloadyuzu-233bf018d67c7b53325dd1783aa4d0acfc29ed93.tar
yuzu-233bf018d67c7b53325dd1783aa4d0acfc29ed93.tar.gz
yuzu-233bf018d67c7b53325dd1783aa4d0acfc29ed93.tar.bz2
yuzu-233bf018d67c7b53325dd1783aa4d0acfc29ed93.tar.lz
yuzu-233bf018d67c7b53325dd1783aa4d0acfc29ed93.tar.xz
yuzu-233bf018d67c7b53325dd1783aa4d0acfc29ed93.tar.zst
yuzu-233bf018d67c7b53325dd1783aa4d0acfc29ed93.zip
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 =
# Which Vulkan physical device to use (defaults to 0)
vulkan_device =
+# Whether to use fullscreen or borderless window mode
+# 0 (Windows default): Borderless window, 1 (All other default): Exclusive fullscreen
+fullscreen_mode =
+
# Aspect ratio
# 0: Default (16:9), 1: Force 4:3, 2: Force 21:9, 3: Stretch to Window
aspect_ratio =