1
0
Fork 0
mirror of https://github.com/melonDS-emu/melonDS.git synced 2025-03-06 21:00:31 +01:00

fix order of ScreenLayoutType

This commit is contained in:
Nadia Holmquist Pedersen 2024-11-19 00:57:53 +01:00
parent 13096f9fdc
commit 1b3f4664d8

View file

@ -22,8 +22,8 @@
enum ScreenLayoutType
{
screenLayout_Natural, // top screen above bottom screen always
screenLayout_Horizontal,
screenLayout_Vertical,
screenLayout_Horizontal,
screenLayout_Hybrid,
screenLayout_MAX,
};