mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-04 00:39:03 +00:00
[makerom] Fixed makerom ROMFS file limitation. +Several bug fixes.
This commit is contained in:
+1
-1
@@ -10,6 +10,7 @@ void FreeRomFsCtx(romfs_buildctx *ctx);
|
||||
// RomFs Build Functions
|
||||
int SetupRomFs(ncch_settings *ncchset, romfs_buildctx *ctx)
|
||||
{
|
||||
ctx->verbose = ncchset->options.verbose;
|
||||
ctx->output = NULL;
|
||||
ctx->romfsSize = 0;
|
||||
|
||||
@@ -46,7 +47,6 @@ int BuildRomFs(romfs_buildctx *ctx)
|
||||
void FreeRomFsCtx(romfs_buildctx *ctx)
|
||||
{
|
||||
if(ctx->fs){
|
||||
fs_FreeFiles(ctx->fs);
|
||||
fs_FreeDir(ctx->fs);
|
||||
free(ctx->fs);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user