[makerom] Fixed size limitation on NCCH encryption.

This commit is contained in:
jakcron
2015-11-20 03:10:00 +08:00
parent 2dd838b693
commit 7e04a8249e
8 changed files with 36 additions and 28 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
#include "lib.h"
#include "dir.h"
#include "romfs_fs.h"
#include "ncch_build.h"
#include "romfs.h"
@@ -30,4 +30,4 @@ int ImportRomFsBinaryFromFile(romfs_buildctx *ctx)
return INVALID_ROMFS_FILE;
}
return 0;
}
}