diff options
| author | Narr the Reg <juangerman-13@hotmail.com> | 2022-10-10 13:32:09 -0500 |
|---|---|---|
| committer | Narr the Reg <juangerman-13@hotmail.com> | 2022-10-10 13:32:33 -0500 |
| commit | eb74ef474b6ff98db2b39b5fee43d51f404dbca4 (patch) | |
| tree | 5377443b1b6af48359edd6243470d6ce56f81ec9 /src/core/frontend/framebuffer_layout.h | |
| parent | 3a5f9409c897f12e69cfc1d395e743b4850330ec (diff) | |
yuzu: Add 16:10 aspect ratio
Diffstat (limited to 'src/core/frontend/framebuffer_layout.h')
| -rw-r--r-- | src/core/frontend/framebuffer_layout.h | 1 |
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 { Default, R4_3, R21_9, + R16_10, StretchToWindow, }; |
