mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 01:38:37 +12:00
Added ELF32 little endian support for PSP ELF files.
This commit is contained in:
parent
f1b420eb3b
commit
198d0a2fc0
4 changed files with 128 additions and 7 deletions
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue