Display Loading Screenshot... if fetching.

ALSO: Add Stack Theme and increase the  depth of the grid selector from 2 to 3.
This commit is contained in:
StackZ
2021-03-14 05:23:52 +01:00
parent 4f89ade8b4
commit afe9ef9aa5
14 changed files with 54 additions and 17 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
#define _STORE_PATH "sdmc:/3ds/Universal-Updater/stores/"
#define _META_PATH "sdmc:/3ds/Universal-Updater/MetaData.json"
#define _THEME_AMOUNT 1
#define _THEME_AMOUNT 2
#define _UNISTORE_VERSION 4
inline std::unique_ptr<Config> config;
+1
View File
@@ -74,6 +74,7 @@ namespace GFX {
void DrawTime();
void DrawBattery();
void HandleBattery();
void DrawIcon(const int Idx, int X, int Y, float ScaleX = 1, float ScaleY = 1);
};
#endif