Update renderd7.cpp

This commit is contained in:
tobid7 2021-11-27 12:05:43 +01:00 committed by GitHub
parent 4fe4232796
commit c8e65e39c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -525,7 +525,7 @@ Result RenderD7::Init::Main(std::string app_name)
aptInit(); aptInit();
romfsInit(); romfsInit();
cfguInit(); cfguInit();
D_app_name = app_name D_app_name = app_name;
std::string cfgpath = "sdmc:/RenderD7/Apps/"; std::string cfgpath = "sdmc:/RenderD7/Apps/";
cfgpath += D_app_name; cfgpath += D_app_name;
mkdir("sdmc:/RenderD7/", 0777); mkdir("sdmc:/RenderD7/", 0777);