From a72ea0beb4a494e307b2b22ec5e05070b0c4b380 Mon Sep 17 00:00:00 2001 From: tobid7 Date: Thu, 2 May 2024 12:35:21 +0200 Subject: [PATCH] Another Patch for ResultDecoder --- source/ResultDecoder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ResultDecoder.cpp b/source/ResultDecoder.cpp index cab2b3e..eb94b62 100644 --- a/source/ResultDecoder.cpp +++ b/source/ResultDecoder.cpp @@ -438,7 +438,7 @@ std::string ResultDecoder::GetSummary() { } void RenderD7::ResultDecoder::WriteLog() { - std::string out_path = "sdmc:/RenderD7/Apps/" + rd7i_app_name + "/resdec/"; + std::string out_path = "sdmc:/RenderD7/Apps/" + rd7i_app_name + "/resdec"; std::filesystem::create_directories(out_path); out_path += "/err_result_" + std::to_string(time(0)) + ".log"; std::ofstream out(out_path, std::ios::app);