Splash QR codes

This commit is contained in:
2017-09-08 23:34:16 -04:00
parent 5564ffe31b
commit 1103885baf
5 changed files with 18 additions and 6 deletions

View File

@@ -47,6 +47,7 @@
static const int THEMES_PER_SCREEN = 4;
bool homebrew;
bool splash_mode;
enum TextureID {
TEXTURE_FONT_RESERVED = 0, //used by pp2d for the font

View File

@@ -41,6 +41,9 @@ typedef struct{
bool is_zip;
} Splash_s;
Splash_s *splashes_list;
int splash_count;
Result get_splashes(Splash_s** splashes_list, int *splash_count);
void splash_install(Splash_s splash_to_install);
void splash_delete();