mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-05 00:38:49 +00:00
Add Legit CIA building
This commit is contained in:
+2
-1
@@ -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);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user