summaryrefslogtreecommitdiff
path: root/src/core/frontend/framebuffer_layout.h
diff options
context:
space:
mode:
authorGravatar bunnei2022-10-12 12:54:23 -0700
committerGravatar GitHub2022-10-12 12:54:23 -0700
commit3da4280e816bd771d6b2649e70dc6d7c99002948 (patch)
treefd82415169610de21e05d79a3631d907c5640835 /src/core/frontend/framebuffer_layout.h
parentMerge pull request #9049 from liamwhite/monkeyhawk (diff)
parentyuzu: Add 16:10 aspect ratio (diff)
downloadyuzu-3da4280e816bd771d6b2649e70dc6d7c99002948.tar.gz
yuzu-3da4280e816bd771d6b2649e70dc6d7c99002948.tar.xz
yuzu-3da4280e816bd771d6b2649e70dc6d7c99002948.zip
Merge pull request #9047 from german77/steam-aspect
yuzu: Add 16:10 aspect ratio
Diffstat (limited to 'src/core/frontend/framebuffer_layout.h')
-rw-r--r--src/core/frontend/framebuffer_layout.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/frontend/framebuffer_layout.h b/src/core/frontend/framebuffer_layout.h
index 1561d994e..94683b30f 100644
--- a/src/core/frontend/framebuffer_layout.h
+++ b/src/core/frontend/framebuffer_layout.h
@@ -27,6 +27,7 @@ enum class AspectRatio {
27 Default, 27 Default,
28 R4_3, 28 R4_3,
29 R21_9, 29 R21_9,
30 R16_10,
30 StretchToWindow, 31 StretchToWindow,
31}; 32};
32 33