Add *.nfs extract support

This commit is contained in:
Jack Andersen
2019-11-24 17:50:08 -10:00
parent bcfcab1247
commit 9a96deed0a
2 changed files with 2 additions and 2 deletions

View File

@@ -157,7 +157,7 @@ void CProjectSettingsDialog::BuildISO()
if (NeedsDiscMerge)
{
FilterString += ";*.wbfs";
FilterString += ";*.wbfs;*.nfs";
QString SourceIsoPath = UICommon::OpenFileDialog(this, "Select the original ISO", FilterString, DefaultPath);
if (SourceIsoPath.isEmpty())