mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-04 08:49:03 +00:00
ctrtool: tmd bug fix
This commit is contained in:
@@ -42,12 +42,10 @@ 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