Update FrontendUtil.h, fix #1950

This commit is contained in:
pepper-jelly 2024-04-10 10:39:51 +03:00 committed by GitHub
parent 0b87dd5fa6
commit bd7206b284
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,
};