Skip to content

Commit 2c94471

Browse files
committed
add scroll animation in menus
Signed-off-by: Vincent-FK <[email protected]>
1 parent be9d569 commit 2c94471

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RetroFE/Source/Menu/MenuMode.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
#define SCREEN_HORIZONTAL_SIZE 240 //RES_HW_SCREEN_HORIZONTAL
2727
#define SCREEN_VERTICAL_SIZE 240 //RES_HW_SCREEN_VERTICAL
2828

29-
#define SCROLL_SPEED_PX 240 //This means no animations but also no tearing effect
30-
#define FPS_MENU 30
29+
#define SCROLL_SPEED_PX 30 //This means no animations but also no tearing effect
30+
#define FPS_MENU 50
3131
#define ARROWS_PADDING 8
3232

3333
#define MENU_ZONE_WIDTH SCREEN_HORIZONTAL_SIZE

0 commit comments

Comments
 (0)