mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 00:39:02 +00:00
Music Path can be changed in the JSON now.
This commit is contained in:
@@ -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
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user