__
This commit is contained in:
parent
2965c3945a
commit
165b3b347f
@ -20,6 +20,7 @@ int maxobj__;
|
|||||||
//INI::INIFile cfgfile;
|
//INI::INIFile cfgfile;
|
||||||
std::unique_ptr<INI::INIFile> cfgfile = nullptr;
|
std::unique_ptr<INI::INIFile> cfgfile = nullptr;
|
||||||
INI::INIStructure cfgstruct;
|
INI::INIStructure cfgstruct;
|
||||||
|
std::string cfgpath;
|
||||||
|
|
||||||
// RD7 SuperReselution
|
// RD7 SuperReselution
|
||||||
bool rd7_superreselution;
|
bool rd7_superreselution;
|
||||||
@ -584,7 +585,7 @@ Result RenderD7::Init::Main(std::string app_name)
|
|||||||
if (cobj___){maxobj__ = cobj___;}
|
if (cobj___){maxobj__ = cobj___;}
|
||||||
if (!cobj___){maxobj__ = C2D_DEFAULT_MAX_OBJECTS;}
|
if (!cobj___){maxobj__ = C2D_DEFAULT_MAX_OBJECTS;}
|
||||||
D_app_name = app_name;
|
D_app_name = app_name;
|
||||||
std::string cfgpath = "sdmc:/RenderD7/Apps/";
|
cfgpath = "sdmc:/RenderD7/Apps/";
|
||||||
cfgpath += D_app_name;
|
cfgpath += D_app_name;
|
||||||
mkdir("sdmc:/RenderD7/", 0777);
|
mkdir("sdmc:/RenderD7/", 0777);
|
||||||
mkdir("sdmc:/RenderD7/Apps", 0777);
|
mkdir("sdmc:/RenderD7/Apps", 0777);
|
||||||
|
Loading…
Reference in New Issue
Block a user