FullscreenUI: Halve menu animation time

Felt really sluggish. Not sure how I haven't picked up on this before.
This commit is contained in:
Stenzek
2026-01-14 01:22:26 +10:00
parent e52b7dde8b
commit 2d8b7c85bf

View File

@@ -50,7 +50,7 @@ LOG_CHANNEL(FullscreenUI);
namespace FullscreenUI {
static constexpr float MENU_BACKGROUND_ANIMATION_TIME = 0.5f;
static constexpr float MENU_BACKGROUND_ANIMATION_TIME = 0.25f;
static constexpr float SMOOTH_SCROLLING_SPEED = 3.5f;
static constexpr u32 LOADING_PROGRESS_SAMPLE_COUNT = 30;