Skip to content

Commit b1f62d6

Browse files
committed
Reduced fade out rate of splashscreen.
1 parent cb5bb34 commit b1f62d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/drivers/Qt/SplashScreen.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ void fceuSplashScreen::periodicUpdate(void)
4242
{
4343
if ( alpha > 0 )
4444
{
45-
alpha -= 20;
45+
alpha -= 10;
4646

4747
if ( alpha < 0 )
4848
{

0 commit comments

Comments
 (0)