mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-04-29 09:29:36 +02:00
bugfixes, famec tuning
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@287 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user