Splash QR codes
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user