mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-03 08:49:03 +00:00
ctrtool: updated cia code
now supports plaintext cia content, and the plaintext flag works with cia content.
This commit is contained in:
@@ -41,10 +41,12 @@ void tmd_process(tmd_context* ctx, u32 actions)
|
||||
fseek(ctx->file, ctx->offset, SEEK_SET);
|
||||
fread(ctx->buffer, 1, ctx->size, ctx->file);
|
||||
|
||||
/*
|
||||
if (actions & InfoFlag)
|
||||
{
|
||||
tmd_print(ctx);
|
||||
}
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user