diff --git a/pkg2zip.c b/pkg2zip.c index c0037e1..2504b5d 100644 --- a/pkg2zip.c +++ b/pkg2zip.c @@ -542,7 +542,7 @@ int main(int argc, char* argv[]) snprintf(root, sizeof(root), "pspemu/ISO"); out_add_folder(root); - if (strcmp(category, "HG") == 0) + if (content_type == 7 && strcmp(category, "HG") == 0) { snprintf(root, sizeof(root), "pspemu/GAME"); out_add_folder(root);