Fixed the gamelist fade-in animation which was too slow.

This commit is contained in:
Leon Styhre 2022-01-19 19:30:11 +01:00
parent a443f86235
commit 7275f020f1

View file

@ -13,7 +13,7 @@
#include "animations/LambdaAnimation.h"
#define FADE_IN_START_OPACITY 0.5f
#define FADE_IN_TIME 650
#define FADE_IN_TIME 325
GamelistView::GamelistView(FileData* root)
: GamelistBase {root}