diff options
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 { | |||
| 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 | ||