ctrtool: updated cia code

now supports plaintext cia content, and the plaintext flag works with
cia content.
This commit is contained in:
3DSGuy
2014-04-14 12:36:31 +08:00
parent 7dbb107a81
commit 00a2d35e12
3 changed files with 28 additions and 13 deletions
+1 -1
View File
@@ -67,6 +67,6 @@ void cia_print(cia_context* ctx);
void cia_save(cia_context* ctx, u32 type, u32 flags);
void cia_process(cia_context* ctx, u32 actions);
void cia_save_blob(cia_context *ctx, char *out_path, u32 offset, u32 size, int do_cbc);
void cia_verify_contents(cia_context *ctx);
void cia_verify_contents(cia_context *ctx, u32 actions);
#endif // _CIA_H_