mainform: hawkfile bind to .unf for archive loading

This commit is contained in:
goyuken 2012-10-17 01:04:45 +00:00
parent 58dacf9bcc
commit d465599044
1 changed files with 1 additions and 1 deletions

View File

@ -1303,7 +1303,7 @@ namespace BizHawk.MultiClient
if (path == null) return false;
using (var file = new HawkFile())
{
string[] romExtensions = new string[] { "SMS", "SMC", "SFC", "PCE", "SGX", "GG", "SG", "BIN", "GEN", "MD", "SMD", "GB", "NES", "ROM", "INT", "GBC" };
string[] romExtensions = new string[] { "SMS", "SMC", "SFC", "PCE", "SGX", "GG", "SG", "BIN", "GEN", "MD", "SMD", "GB", "NES", "ROM", "INT", "GBC", "UNF" };
//lets not use this unless we need to
//file.NonArchiveExtensions = romExtensions;