From c8e65e39c33bdb3f7ae938e475dc7ab65a9fead8 Mon Sep 17 00:00:00 2001 From: Tobi Date: Sat, 27 Nov 2021 12:05:43 +0100 Subject: [PATCH] Update renderd7.cpp --- renderd7.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renderd7.cpp b/renderd7.cpp index c48ca61..b38ed93 100644 --- a/renderd7.cpp +++ b/renderd7.cpp @@ -525,7 +525,7 @@ Result RenderD7::Init::Main(std::string app_name) aptInit(); romfsInit(); cfguInit(); - D_app_name = app_name + D_app_name = app_name; std::string cfgpath = "sdmc:/RenderD7/Apps/"; cfgpath += D_app_name; mkdir("sdmc:/RenderD7/", 0777);