From 2c94471981b631133156d58367939e7991313522 Mon Sep 17 00:00:00 2001 From: Vincent-FK Date: Tue, 29 Sep 2020 16:09:57 +0200 Subject: [PATCH] add scroll animation in menus Signed-off-by: Vincent-FK --- RetroFE/Source/Menu/MenuMode.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RetroFE/Source/Menu/MenuMode.cpp b/RetroFE/Source/Menu/MenuMode.cpp index e6b7dac..5f9295b 100755 --- a/RetroFE/Source/Menu/MenuMode.cpp +++ b/RetroFE/Source/Menu/MenuMode.cpp @@ -26,8 +26,8 @@ #define SCREEN_HORIZONTAL_SIZE 240 //RES_HW_SCREEN_HORIZONTAL #define SCREEN_VERTICAL_SIZE 240 //RES_HW_SCREEN_VERTICAL -#define SCROLL_SPEED_PX 240 //This means no animations but also no tearing effect -#define FPS_MENU 30 +#define SCROLL_SPEED_PX 30 //This means no animations but also no tearing effect +#define FPS_MENU 50 #define ARROWS_PADDING 8 #define MENU_ZONE_WIDTH SCREEN_HORIZONTAL_SIZE