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