mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +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
|
#else
|
||||||
char *dot;
|
char *dot;
|
||||||
|
if(!stricmp(fn, "LOOM.EXE"))
|
||||||
|
return false;
|
||||||
if((dot = strchr(fn, '.'))!=NULL) {
|
if((dot = strchr(fn, '.'))!=NULL) {
|
||||||
if(!strcasecmp(dot, ".SAN"))
|
if(!strcasecmp(dot, ".SAN"))
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user