Minor updates.

This commit is contained in:
Rinnegatamante 2023-07-24 21:51:20 +02:00
parent ba362a0956
commit 3e34ac6854
1 changed files with 2 additions and 0 deletions

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);