increase max file count to 16k

This commit is contained in:
Martins Mozeiko
2017-09-29 13:30:41 -07:00
parent f0483c4384
commit 4163622fcc
2 changed files with 1 additions and 5 deletions
-4
View File
@@ -368,10 +368,6 @@ int main(int argc, char* argv[])
else if (flags <= 3 || (flags >= 14 && flags <= 17) ||
flags == 19 || flags == 21 || flags == 22)
{
if (memcmp("sce_pfs/pflist", name, name_size) == 0)
{
continue;
}
if (dlc)
{
if (strncmp("sce_sys/package/", name, 16) == 0)