mirror of
https://github.com/nzp-team/quakespasm.git
synced 2024-11-10 06:32:03 +00:00
Minor updates.
This commit is contained in:
parent
ba362a0956
commit
3e34ac6854
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue