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
+2
View File
@@ -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);
}
*/
}
}