Reduced fade out rate of splashscreen.

This commit is contained in:
mjbudd77 2022-01-16 11:27:32 -05:00
parent cb5bb3446d
commit b1f62d694c
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ void fceuSplashScreen::periodicUpdate(void)
{ {
if ( alpha > 0 ) if ( alpha > 0 )
{ {
alpha -= 20; alpha -= 10;
if ( alpha < 0 ) if ( alpha < 0 )
{ {