From 760bc7450ace83c24b59eb1d8441f2e2f0a288b2 Mon Sep 17 00:00:00 2001 From: Martins Mozeiko Date: Thu, 26 Oct 2017 19:32:28 -0700 Subject: [PATCH] use dlc name in filename --- pkg2zip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg2zip.c b/pkg2zip.c index ce1eced..abcda3a 100644 --- a/pkg2zip.c +++ b/pkg2zip.c @@ -310,7 +310,7 @@ int main(int argc, char* argv[]) char path[1024]; if (dlc) { - snprintf(path, sizeof(path), "%s [%.9s] [%s] [DLC].zip", title, id, get_region(id)); + snprintf(path, sizeof(path), "%s [%.9s] [%s] [DLC-%s].zip", title, id, get_region(id), id2); printf("[*] unpacking DLC\n"); } else if (patch)