From bd7206b284cc35d414000941a13d9065ead80d67 Mon Sep 17 00:00:00 2001 From: pepper-jelly <45047877+pepper-jelly@users.noreply.github.com> Date: Wed, 10 Apr 2024 10:39:51 +0300 Subject: [PATCH] Update FrontendUtil.h, fix #1950 --- src/frontend/FrontendUtil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/FrontendUtil.h b/src/frontend/FrontendUtil.h index 6f09d4b7..419303c8 100644 --- a/src/frontend/FrontendUtil.h +++ b/src/frontend/FrontendUtil.h @@ -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, };