mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-04 08:49:03 +00:00
ctrtool: updated exefs/ncch code
Added support for reading/verifying/extracting exefs from CFA.
This commit is contained in:
+1
-1
@@ -366,7 +366,7 @@ void ncch_process(ncch_context* ctx, u32 actions)
|
||||
result = exheader_process(&ctx->exheader, actions);
|
||||
}
|
||||
|
||||
if (result && ncch_get_exheader_size(ctx))
|
||||
if (result && ncch_get_exefs_size(ctx))
|
||||
{
|
||||
exefs_set_compressedflag(&ctx->exefs, exheader_get_compressedflag(&ctx->exheader));
|
||||
exefs_process(&ctx->exefs, actions);
|
||||
|
||||
Reference in New Issue
Block a user