android: Fixed landscape layouts not displaying correctly

This commit is contained in:
OpenSauce04
2024-05-28 12:42:25 +01:00
parent d0b03cc9c5
commit 794a12c3f6
3 changed files with 8 additions and 0 deletions

View File

@@ -42,7 +42,9 @@ enum class LayoutOption : u32 {
SeparateWindows,
#endif
HybridScreen,
#ifndef ANDROID // TODO: Implement custom layouts on Android
CustomLayout,
#endif
// Similiar to default, but better for mobile devices in portrait mode. Top screen in clamped to
// the top of the frame, and the bottom screen is enlarged to match the top screen.
MobilePortrait,