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:
parent
eba11b259e
commit
6b5710ea25
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue