put themext error out of a void + no shuffle error

This commit is contained in:
ZetaDesigns
2017-11-17 22:00:15 +01:00
parent 5c52b475ce
commit 026bb367bc
2 changed files with 5 additions and 6 deletions

View File

@@ -130,7 +130,7 @@ int main(void)
if (R_FAILED(archive_result) && !splash_mode)
{
draw_themext_error();
throw_error("Theme extdata does not exist\nSet a default theme from the home menu", ERROR);
continue;
}
@@ -250,7 +250,10 @@ int main(void)
draw_theme_install(SHUFFLE_INSTALL);
shuffle_install(themes_list, theme_count);
shuffle_theme_count = 0;
}
}
else {
throw_error("You dont have any Shuffle selected.", WARNING);
}
}
}