mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-24 03:29:22 +01:00
add .bs to list of files to display
This commit is contained in:
parent
3cf1285ea6
commit
82f15c4643
@ -564,9 +564,10 @@ static bool ParseDirEntries()
|
||||
if(ext == NULL)
|
||||
continue;
|
||||
|
||||
if( strcasecmp(ext, "smc") != 0 && strcasecmp(ext, "fig") != 0 &&
|
||||
strcasecmp(ext, "sfc") != 0 && strcasecmp(ext, "swc") != 0 &&
|
||||
strcasecmp(ext, "zip") != 0 && strcasecmp(ext, "7z") != 0)
|
||||
if( strcasecmp(ext, "bs") != 0 && strcasecmp(ext, "smc") != 0 &&
|
||||
strcasecmp(ext, "fig") != 0 && strcasecmp(ext, "sfc") != 0 &&
|
||||
strcasecmp(ext, "swc") != 0 && strcasecmp(ext, "zip") != 0 &&
|
||||
strcasecmp(ext, "7z") != 0)
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user