add gz as supported extension in the rom open dialog (the format was already supported, but wasn't one of the extension filter options)
This commit is contained in:
parent
50dafe1269
commit
1f1f7ea263
|
@ -1670,7 +1670,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
}
|
||||
}
|
||||
|
||||
var str = sb.ToString().Replace("%ARCH%", "*.zip;*.rar;*.7z");
|
||||
var str = sb.ToString().Replace("%ARCH%", "*.zip;*.rar;*.7z;*.gz");
|
||||
str = str.Replace(";", "; ");
|
||||
return str;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue