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