Merge pull request #41 from Rinnegatamante/main

This commit is contained in:
cypress 2023-07-24 15:53:25 -04:00 committed by GitHub
commit c3ede66b8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,7 @@
#include <bzlib.h>
#include <stdio.h>
#include <string>
#include <cstring>
#include <taihen.h>
#include "unzip.h"
#include "utils.h"
@ -143,6 +144,7 @@ download_update:
sceIoRemove(TEMP_DOWNLOAD_NAME);
printf("Extracting vpk\n");
extract_file("ux0:data/nzp.vpk", "ux0:app/NZZMBSPTB/");
sceIoRemove("ux0:data/nzp.vpk");
}
}
printf("%s\n", generic_mem_buffer);