mirror of
https://github.com/Luca1991/NDSFactory.git
synced 2026-02-04 05:36:15 +01:00
Removed unused char (flag) from _file_IDs.txt logging
This commit is contained in:
@@ -251,7 +251,7 @@ bool NDSFactory::extractFatData(const std::string& fatDataSectionPath, const std
|
|||||||
|
|
||||||
if (logFileIDs)
|
if (logFileIDs)
|
||||||
{
|
{
|
||||||
std::string log = std::format("{:x}",subFolderId) + "::D::" + newPath.substr(savePath.size()+1) + '\n';
|
std::string log = std::format("{:x}",subFolderId) + ":::" + newPath.substr(savePath.size()+1) + '\n';
|
||||||
if (!logToFile(savePath + "/_file_IDs.txt", log)) return false;
|
if (!logToFile(savePath + "/_file_IDs.txt", log)) return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -270,7 +270,7 @@ bool NDSFactory::extractFatData(const std::string& fatDataSectionPath, const std
|
|||||||
|
|
||||||
if (logFileIDs)
|
if (logFileIDs)
|
||||||
{
|
{
|
||||||
std::string log = std::format("{:x}", fatOffset) + "::F::" + newPath.substr(savePath.size()+1) + '\n';
|
std::string log = std::format("{:x}", fatOffset) + ":::" + newPath.substr(savePath.size()+1) + '\n';
|
||||||
if (!logToFile(savePath + "/_file_IDs.txt", log)) return false;
|
if (!logToFile(savePath + "/_file_IDs.txt", log)) return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user