From eb74ef474b6ff98db2b39b5fee43d51f404dbca4 Mon Sep 17 00:00:00 2001 From: Narr the Reg Date: Mon, 10 Oct 2022 13:32:09 -0500 Subject: yuzu: Add 16:10 aspect ratio --- src/core/frontend/framebuffer_layout.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/frontend/framebuffer_layout.h') 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 { Default, R4_3, R21_9, + R16_10, StretchToWindow, }; -- cgit v1.2.3