mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-11 14:41:57 +00:00
Add *.nfs extract support
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user