mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix duplicate branches.
I think this should be UNKNOWN_ELF.
This commit is contained in:
parent
38caedadfa
commit
e1aff1fd91
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ EmuFileType Identify_File(const char *filename)
|
|||
return FILETYPE_PSP_ELF;
|
||||
}
|
||||
else
|
||||
return FILETYPE_PSP_ELF;
|
||||
return FILETYPE_UNKNOWN_ELF;
|
||||
}
|
||||
else if (id == 'PBP\x00')
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue