add PSM suffix in name of zip file

This commit is contained in:
Martins Mozeiko
2017-11-16 22:26:05 -08:00
parent 1206d40166
commit c35649549b
+1 -1
View File
@@ -515,7 +515,7 @@ int main(int argc, char* argv[])
} }
else if (type == PKG_TYPE_VITA_PSM) else if (type == PKG_TYPE_VITA_PSM)
{ {
snprintf(root, sizeof(root), "%.9s [%s]%s", id, get_region(id), ext); snprintf(root, sizeof(root), "%.9s [%s] [PSM]%s", id, get_region(id), ext);
sys_output("[*] unpacking Vita PSM\n"); sys_output("[*] unpacking Vita PSM\n");
} }
else if (type == PKG_TYPE_VITA_APP) else if (type == PKG_TYPE_VITA_APP)