mirror of
https://github.com/mmozeiko/pkg2zip.git
synced 2026-09-03 03:29:59 +03:00
create iso by default for PSP unpacking
This commit is contained in:
@@ -275,7 +275,7 @@ int main(int argc, char* argv[])
|
|||||||
sys_output("pkg2zip v1.8\n");
|
sys_output("pkg2zip v1.8\n");
|
||||||
|
|
||||||
int zipped = 1;
|
int zipped = 1;
|
||||||
int cso = 5;
|
int cso = 0;
|
||||||
const char* pkg_arg = NULL;
|
const char* pkg_arg = NULL;
|
||||||
const char* zrif_arg = NULL;
|
const char* zrif_arg = NULL;
|
||||||
for (int i = 1; i < argc; i++)
|
for (int i = 1; i < argc; i++)
|
||||||
|
|||||||
Reference in New Issue
Block a user