use dlc name in filename

This commit is contained in:
Martins Mozeiko
2017-10-26 19:32:34 -07:00
parent af4ad73c38
commit 760bc7450a
+1 -1
View File
@@ -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)