Added ELF32 little endian support for PSP ELF files.
This commit is contained in:
@@ -39,6 +39,7 @@ const wxString Ehdr_MachineToString(const u16 machine)
|
||||
{
|
||||
switch(machine)
|
||||
{
|
||||
case MACHINE_MIPS: return "MIPS";
|
||||
case MACHINE_PPC64: return "PowerPC64";
|
||||
case MACHINE_SPU: return "SPU";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user