mirror of
https://github.com/libretro/ppsspp.git
synced 2024-12-03 22:51:05 +00:00
sceKernelModule: Remove unused array in __KernelLoadPBP
This commit is contained in:
parent
1fb2a2b107
commit
d8da1cd44d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user