mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-03 00:39:14 +00:00
ctrtool: updated cia code
now supports plaintext cia content, and the plaintext flag works with cia content.
This commit is contained in:
+1
-1
@@ -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_
|
||||
|
||||
Reference in New Issue
Block a user