Save Errors

Tag Debug Func of ui7
This commit is contained in:
2024-02-28 21:01:04 +01:00
parent 6e8f3f0f8b
commit 04c56a98d5
3 changed files with 15 additions and 0 deletions

View File

@@ -124,6 +124,7 @@ void rd7i_init_config() {
rd7i_config_path = "sdmc:/RenderD7/Apps/";
rd7i_config_path += rd7i_app_name;
std::filesystem::create_directories(rd7i_config_path.c_str());
std::filesystem::create_directories("sdmc:/RenderD7/Reports");
bool renew = false;
if (RenderD7::FS::FileExist(rd7i_config_path + "/config.rc7")) {