summaryrefslogtreecommitdiffstats
path: root/src/core/settings.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-04-12 06:23:59 +0200
committerGitHub <noreply@github.com>2021-04-12 06:23:59 +0200
commit26d60014d04a2d2134076435d213c9585e802038 (patch)
tree7b8a98414fe70117ca02c3e92d195ceed4d3dab5 /src/core/settings.h
parentMerge pull request #6181 from Joshua-Ashton/robustness_features (diff)
parentconfig: Default to exclusive fullscreen mode on platforms other than Windows (diff)
downloadyuzu-26d60014d04a2d2134076435d213c9585e802038.tar
yuzu-26d60014d04a2d2134076435d213c9585e802038.tar.gz
yuzu-26d60014d04a2d2134076435d213c9585e802038.tar.bz2
yuzu-26d60014d04a2d2134076435d213c9585e802038.tar.lz
yuzu-26d60014d04a2d2134076435d213c9585e802038.tar.xz
yuzu-26d60014d04a2d2134076435d213c9585e802038.tar.zst
yuzu-26d60014d04a2d2134076435d213c9585e802038.zip
Diffstat (limited to 'src/core/settings.h')
-rw-r--r--src/core/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/settings.h b/src/core/settings.h
index a81016b23..6c03a6ea9 100644
--- a/src/core/settings.h
+++ b/src/core/settings.h
@@ -139,6 +139,7 @@ struct Values {
Setting<int> vulkan_device;
Setting<u16> resolution_factor{1};
+ Setting<int> fullscreen_mode;
Setting<int> aspect_ratio;
Setting<int> max_anisotropy;
Setting<bool> use_frame_limit;