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:
parent
b7a6542fb6
commit
2af7765ae0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue