GhosteShop -> Darkstore Part 1

This commit is contained in:
dark98
2021-06-07 01:12:36 +01:00
parent 789891cbc8
commit e88b82bf05
43 changed files with 322 additions and 370 deletions
+2 -2
View File
@@ -34,8 +34,8 @@
#include "msg.hpp"
#include "screenCommon.hpp"
#define _STORE_PATH "sdmc:/3ds/GhosteShop/stores/"
#define _META_PATH "sdmc:/3ds/GhosteShop/MetaData.json"
#define _STORE_PATH "sdmc:/3ds/DarkStore/stores/"
#define _META_PATH "sdmc:/3ds/DarkStore/MetaData.json"
#define _ESHOP_VERSION 4
inline std::unique_ptr<Config> config;