Add Autoboot UniStore.

This commit is contained in:
StackZ
2020-03-04 09:31:27 +01:00
parent 1c2c3dc675
commit 526cecadfd
6 changed files with 152 additions and 18 deletions
+1
View File
@@ -38,6 +38,7 @@ class UniStore : public Screen
public:
void Draw(void) const override;
void Logic(u32 hDown, u32 hHeld, touchPosition touch) override;
UniStore();
private:
void DrawSubMenu(void) const;
void DrawStoreList(void) const;
+2 -2
View File
@@ -31,8 +31,8 @@
namespace Config {
extern int LangPath, lang, Color1, Color2, Color3, TxtColor, SelectedColor, UnselectedColor, viewMode, progressbarColor;
extern std::string ScriptPath, MusicPath, StorePath;
extern bool Logging, UseBars, GodMode;
extern std::string ScriptPath, MusicPath, StorePath, UniStoreFile;
extern bool Logging, UseBars, GodMode, autobootUnistore;
void load();
void save();