mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-03-06 21:00:31 +01:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
f6f993cb41
1 changed files with 1 additions and 1 deletions
|
@ -22,8 +22,8 @@
|
||||||
enum ScreenLayoutType
|
enum ScreenLayoutType
|
||||||
{
|
{
|
||||||
screenLayout_Natural, // top screen above bottom screen always
|
screenLayout_Natural, // top screen above bottom screen always
|
||||||
screenLayout_Horizontal,
|
|
||||||
screenLayout_Vertical,
|
screenLayout_Vertical,
|
||||||
|
screenLayout_Horizontal,
|
||||||
screenLayout_Hybrid,
|
screenLayout_Hybrid,
|
||||||
screenLayout_MAX,
|
screenLayout_MAX,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue