mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-04 05:04:33 +00:00
FullscreenUI: Halve menu animation time
Felt really sluggish. Not sure how I haven't picked up on this before.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user