Music Path can be changed in the JSON now.

This commit is contained in:
VoltZ
2019-11-17 23:03:52 +01:00
parent 5f5669678d
commit 5e5658cb75
4 changed files with 14 additions and 3 deletions
+1
View File
@@ -60,4 +60,5 @@ extern char * arg0;
#define WORKING_DIR "/"
#define SCRIPTS_PATH "sdmc:/3ds/Universal-Updater/scripts/" // The Scripts will be here.
#define MUSIC_PATH "sdmc:/3ds/Universal-Updater/Music.wav" // Default Music File / Path.
#define SCRIPT_VERSION 2
+1 -1
View File
@@ -31,7 +31,7 @@
namespace Config {
extern int lang, Color1, Color2, Color3, TxtColor, SelectedColor, UnselectedColor, viewMode, ColorKeys, progressbarColor;
extern std::string ScriptPath;
extern std::string ScriptPath, MusicPath;
void load();
void save();