Another Patch for ResultDecoder
This commit is contained in:
parent
0397b07488
commit
a72ea0beb4
@ -438,7 +438,7 @@ std::string ResultDecoder::GetSummary() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void RenderD7::ResultDecoder::WriteLog() {
|
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);
|
std::filesystem::create_directories(out_path);
|
||||||
out_path += "/err_result_" + std::to_string(time(0)) + ".log";
|
out_path += "/err_result_" + std::to_string(time(0)) + ".log";
|
||||||
std::ofstream out(out_path, std::ios::app);
|
std::ofstream out(out_path, std::ios::app);
|
||||||
|
Loading…
Reference in New Issue
Block a user