Fix splash install when /luma/splash.bin or /luma/splashbottom.bin were missing

This commit is contained in:
2017-09-01 12:11:25 -04:00
parent 72153ba15d
commit 867f4b61ab
4 changed files with 13 additions and 1 deletions

View File

@@ -131,7 +131,9 @@ int main(void)
{
if (splash_mode)
{
draw_splash_install();
splash_install(*current_splash);
svcSleepThread(5e8);
} else {
draw_theme_install(false);
single_install(*current_theme);