Add install BGM option

This commit is contained in:
2017-09-01 12:31:55 -04:00
parent 867f4b61ab
commit d93f4f9207
6 changed files with 99 additions and 16 deletions

View File

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