mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-23 23:30:10 +00:00
avoid android layout order
This commit is contained in:
parent
244b6e7d91
commit
c60b0d39c2
@ -34,8 +34,8 @@ enum class LayoutOption : u32 {
|
|||||||
SideScreen,
|
SideScreen,
|
||||||
#ifndef ANDROID
|
#ifndef ANDROID
|
||||||
SeparateWindows,
|
SeparateWindows,
|
||||||
#endif
|
|
||||||
CustomLayout,
|
CustomLayout,
|
||||||
|
#endif
|
||||||
// Similiar to default, but better for mobile devices in portrait mode. Top screen in clamped to
|
// 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.
|
// the top of the frame, and the bottom screen is enlarged to match the top screen.
|
||||||
MobilePortrait,
|
MobilePortrait,
|
||||||
|
Loading…
Reference in New Issue
Block a user