mainform: archive autobind add ".fds"

This commit is contained in:
goyuken 2012-10-29 20:26:37 +00:00
parent aa292b678e
commit 19d3a097b9
1 changed files with 1 additions and 1 deletions

View File

@ -1343,7 +1343,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", "UNF", "A78" };
string[] romExtensions = new string[] { "SMS", "SMC", "SFC", "PCE", "SGX", "GG", "SG", "BIN", "GEN", "MD", "SMD", "GB", "NES", "FDS", "ROM", "INT", "GBC", "UNF", "A78" };
//lets not use this unless we need to
//file.NonArchiveExtensions = romExtensions;