From 165b3b347f1703b8ce181a89a87553d26677a6ad Mon Sep 17 00:00:00 2001 From: Tobi Date: Fri, 22 Apr 2022 10:43:34 +0200 Subject: [PATCH] __ --- renderd7.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renderd7.cpp b/renderd7.cpp index 69c6803..90f0128 100644 --- a/renderd7.cpp +++ b/renderd7.cpp @@ -20,6 +20,7 @@ int maxobj__; //INI::INIFile cfgfile; std::unique_ptr cfgfile = nullptr; INI::INIStructure cfgstruct; +std::string cfgpath; // RD7 SuperReselution bool rd7_superreselution; @@ -584,7 +585,7 @@ Result RenderD7::Init::Main(std::string app_name) if (cobj___){maxobj__ = cobj___;} if (!cobj___){maxobj__ = C2D_DEFAULT_MAX_OBJECTS;} D_app_name = app_name; - std::string cfgpath = "sdmc:/RenderD7/Apps/"; + cfgpath = "sdmc:/RenderD7/Apps/"; cfgpath += D_app_name; mkdir("sdmc:/RenderD7/", 0777); mkdir("sdmc:/RenderD7/Apps", 0777);