From c35649549b2b7fda665e8c0c23f4fa565ca0cb85 Mon Sep 17 00:00:00 2001 From: Martins Mozeiko Date: Thu, 16 Nov 2017 22:26:05 -0800 Subject: [PATCH] add PSM suffix in name of zip file --- pkg2zip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg2zip.c b/pkg2zip.c index f3b60be..ed84dcf 100644 --- a/pkg2zip.c +++ b/pkg2zip.c @@ -515,7 +515,7 @@ int main(int argc, char* argv[]) } 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"); } else if (type == PKG_TYPE_VITA_APP)