Add Legit CIA building

This commit is contained in:
Pengfei
2021-07-31 17:28:00 +08:00
parent 75f79e10d1
commit aed564fb25
7 changed files with 120 additions and 44 deletions
+2 -1
View File
@@ -10,6 +10,7 @@
#include <vector>
#include "common/common_types.h"
#include "common/progress_callback.h"
#include "core/ncch/cia_common.h"
namespace Core {
@@ -143,7 +144,7 @@ public:
* Blocks, but can be aborted on another thread.
* @return true on success, false otherwise
*/
bool BuildCIA(const ContentSpecifier& specifier, std::string destination,
bool BuildCIA(CIABuildType type, const ContentSpecifier& specifier, std::string destination,
const Common::ProgressCallback& callback, bool auto_filename = false);
/**