mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00: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