Add splash uninstall screen

This commit is contained in:
2017-09-02 12:16:17 -04:00
parent 365ae87477
commit 49e6c6f827
5 changed files with 27 additions and 14 deletions

View File

@@ -35,9 +35,11 @@
#define THEMES_PATH "/Themes/"
#define SPLASHES_PATH "/Splashes/"
#define SINGLE_INSTALL 0
#define SHUFFLE_INSTALL 1
#define SINGLE_INSTALL 0
#define SHUFFLE_INSTALL 1
#define BGM_INSTALL 2
#define UNINSTALL 3
static const int THEMES_PER_SCREEN = 4;