Don't attempt to detect .smc and .sfc files as archives. Do we want to do this for all known rom extensions?

This commit is contained in:
adelikat 2016-11-19 14:48:52 -06:00
parent b7a6542fb6
commit 2af7765ae0
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ namespace BizHawk.Common
/// <summary>
/// these extensions won't even be tried as archives (removes spurious archive detects since some of the signatures are pretty damn weak)
/// </summary>
public string[] NonArchiveExtensions = { };
public string[] NonArchiveExtensions = { "smc", "sfc" };
/// <summary>
/// Parses the given filename to create an un-opened HawkFile with some information available about its path constitution