mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-18 16:03:05 +00:00
Avoid Loom dupes.
svn-id: r11838
This commit is contained in:
parent
927964c588
commit
9c9ee18ff8
@ -200,6 +200,8 @@ static bool isGame(const FilesystemNode *entry, char *base)
|
||||
}
|
||||
#else
|
||||
char *dot;
|
||||
if(!stricmp(fn, "LOOM.EXE"))
|
||||
return false;
|
||||
if((dot = strchr(fn, '.'))!=NULL) {
|
||||
if(!strcasecmp(dot, ".SAN"))
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user