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 cb5bb34 commit b1f62d6Copy full SHA for b1f62d6
1 file changed
src/drivers/Qt/SplashScreen.cpp
@@ -42,7 +42,7 @@ void fceuSplashScreen::periodicUpdate(void)
42
{
43
if ( alpha > 0 )
44
45
- alpha -= 20;
+ alpha -= 10;
46
47
if ( alpha < 0 )
48
0 commit comments