mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-03 00:38:58 +00:00
Add CIABuildType to CIABuilder; Add legit ticket handling
This commit is contained in:
@@ -693,7 +693,7 @@ bool SDMCImporter::BuildCIA(const ContentSpecifier& specifier, std::string desti
|
||||
}
|
||||
}
|
||||
|
||||
const bool ret = cia_builder->Init(destination, tmd, config,
|
||||
const bool ret = cia_builder->Init(CIABuildType::Standard, destination, tmd, config,
|
||||
FileUtil::GetDirectoryTreeSize(physical_path), callback);
|
||||
if (!ret) {
|
||||
FileUtil::Delete(destination);
|
||||
|
||||
Reference in New Issue
Block a user