We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be9d569 commit 2c94471Copy full SHA for 2c94471
RetroFE/Source/Menu/MenuMode.cpp
@@ -26,8 +26,8 @@
26
#define SCREEN_HORIZONTAL_SIZE 240 //RES_HW_SCREEN_HORIZONTAL
27
#define SCREEN_VERTICAL_SIZE 240 //RES_HW_SCREEN_VERTICAL
28
29
-#define SCROLL_SPEED_PX 240 //This means no animations but also no tearing effect
30
-#define FPS_MENU 30
+#define SCROLL_SPEED_PX 30 //This means no animations but also no tearing effect
+#define FPS_MENU 50
31
#define ARROWS_PADDING 8
32
33
#define MENU_ZONE_WIDTH SCREEN_HORIZONTAL_SIZE
0 commit comments