Fixed a couple issues with the resource browser and fixed an error in the 32-bit name map

This commit is contained in:
Aruki
2017-07-26 01:29:40 -06:00
parent 18482cbae6
commit 95d0279027
6 changed files with 41 additions and 19 deletions

View File

@@ -45,6 +45,11 @@ CExportGameDialog::CExportGameDialog(const QString& rkIsoPath, const QString& rk
TString IsoName = TO_TSTRING(rkIsoPath).GetFileName();
setWindowTitle(QString("Export Settings - %1").arg( TO_QSTRING(IsoName) ));
}
else
{
delete mpDisc;
mpDisc = nullptr;
}
}
CExportGameDialog::~CExportGameDialog()