diff --git a/Core/HLE/sceKernelModule.cpp b/Core/HLE/sceKernelModule.cpp index ff3b59b8b5..82df61c216 100644 --- a/Core/HLE/sceKernelModule.cpp +++ b/Core/HLE/sceKernelModule.cpp @@ -1370,12 +1370,6 @@ static Module *__KernelLoadELFFromPtr(const u8 *ptr, u32 loadAddress, bool fromT static bool __KernelLoadPBP(const char *filename, std::string *error_string) { - static const char *FileNames[] = - { - "PARAM.SFO", "ICON0.PNG", "ICON1.PMF", "UNKNOWN.PNG", - "PIC1.PNG", "SND0.AT3", "UNKNOWN.PSP", "UNKNOWN.PSAR" - }; - PBPReader pbp(filename); if (!pbp.IsValid()) { ERROR_LOG(LOADER,"%s is not a valid homebrew PSP1.0 PBP",filename);