mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 07:38:05 -04:00
bugfixes, famec tuning
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@287 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
8ef001cc89
commit
d0ae0cb4bb
3 changed files with 161 additions and 191 deletions
|
@ -48,7 +48,7 @@ pm_file *pm_open(const char *path)
|
|||
|
||||
ext = zipentry->name+strlen(zipentry->name)-3;
|
||||
for (i = 0; i < sizeof(rom_exts)/sizeof(rom_exts[0]); i++)
|
||||
if (!strcasecmp(ext, rom_exts[i]) == 0) goto found_rom_zip;
|
||||
if (strcasecmp(ext, rom_exts[i]) == 0) goto found_rom_zip;
|
||||
}
|
||||
|
||||
/* zipfile given, but nothing found suitable for us inside */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue