mirror of
https://github.com/mmozeiko/pkg2zip.git
synced 2026-09-03 03:29:59 +03:00
don't create empty folders in psemu/GAME
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user