mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2024-11-14 21:37:42 -07:00
Update FrontendUtil.h, fix #1950
This commit is contained in:
parent
0b87dd5fa6
commit
bd7206b284
@ -35,8 +35,8 @@ using namespace melonDS;
|
||||
enum ScreenLayout
|
||||
{
|
||||
screenLayout_Natural, // top screen above bottom screen always
|
||||
screenLayout_Horizontal,
|
||||
screenLayout_Vertical,
|
||||
screenLayout_Horizontal,
|
||||
screenLayout_Hybrid,
|
||||
screenLayout_MAX,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user