diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-04-02 12:46:32 +0200 |
---|---|---|
committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-04-06 11:58:57 +0200 |
commit | 01ea0f3c74e10af1613e9e272c469a03f6701419 (patch) | |
tree | 1ab0427b6aaa51b7f0dd9624af7e8add60ce8778 /src/core | |
parent | Merge pull request #6141 from lat9nq/cfg_gphcs_stack_use (diff) | |
download | yuzu-01ea0f3c74e10af1613e9e272c469a03f6701419.tar yuzu-01ea0f3c74e10af1613e9e272c469a03f6701419.tar.gz yuzu-01ea0f3c74e10af1613e9e272c469a03f6701419.tar.bz2 yuzu-01ea0f3c74e10af1613e9e272c469a03f6701419.tar.lz yuzu-01ea0f3c74e10af1613e9e272c469a03f6701419.tar.xz yuzu-01ea0f3c74e10af1613e9e272c469a03f6701419.tar.zst yuzu-01ea0f3c74e10af1613e9e272c469a03f6701419.zip |
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/settings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/settings.h b/src/core/settings.h index d849dded3..0501bf0db 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; |