From 3e34ac6854bc99c9e0d26d8ed8e1c91cfccf943c Mon Sep 17 00:00:00 2001 From: Rinnegatamante Date: Mon, 24 Jul 2023 21:51:20 +0200 Subject: [PATCH] Minor updates. --- launcher/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/launcher/main.cpp b/launcher/main.cpp index d9abf51..6ecd6a1 100644 --- a/launcher/main.cpp +++ b/launcher/main.cpp @@ -7,6 +7,7 @@ #include #include #include +#include #include #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);