diff --git a/pkg2zip.c b/pkg2zip.c index 594e0cd..43d8e8a 100644 --- a/pkg2zip.c +++ b/pkg2zip.c @@ -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) diff --git a/pkg2zip_zip.h b/pkg2zip_zip.h index c91c8ad..5a55704 100644 --- a/pkg2zip_zip.h +++ b/pkg2zip_zip.h @@ -5,7 +5,7 @@ #include #include -#define ZIP_MAX_FILES 8192 +#define ZIP_MAX_FILES (16*1024) #define ZIP_MAX_FILENAME 1024 typedef struct {