Change splashes to support SMDH and zip files

This commit is contained in:
2017-09-07 10:08:52 -04:00
parent 3e2c5994ca
commit 62f4356a17
6 changed files with 149 additions and 45 deletions

View File

@@ -66,6 +66,11 @@ void exit_screens(void)
static int theme_vertical_scroll = 0;
static int splash_vertical_scroll = 0;
void draw_themext_error(void)
{
throw_error("Theme extdata does not exist\nSet a default theme from the home menu", ERROR);
}
void draw_qr(void)
{
pp2d_begin_draw(GFX_TOP);