HawkFile - meh, don't attempt to extract .dll files, these qualify as archives but there is no use case for attempting to load files from within them, then again, there is no reasonable use case for attempting to do so this is basically a useless commit

This commit is contained in:
adelikat 2016-12-06 12:31:18 -06:00
parent eba11b259e
commit 6b5710ea25
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 = { ".smc", ".sfc" };
public string[] NonArchiveExtensions = { ".smc", ".sfc", ".dll" };
/// <summary>
/// Parses the given filename to create an un-opened HawkFile with some information available about its path constitution