mirror of
https://github.com/mmozeiko/pkg2zip.git
synced 2026-09-03 03:29:59 +03:00
add real compression to PSP iso in zip file
This commit is contained in:
+2
-2
@@ -36,11 +36,11 @@ void out_add_folder(const char* path)
|
||||
}
|
||||
}
|
||||
|
||||
void out_begin_file(const char* name)
|
||||
void out_begin_file(const char* name, int compress)
|
||||
{
|
||||
if (out_zipped)
|
||||
{
|
||||
zip_begin_file(&out_zip, name);
|
||||
zip_begin_file(&out_zip, name, compress);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user