Linux build fixes

This commit is contained in:
Jack Andersen
2019-05-25 20:24:13 -10:00
parent 20862139b6
commit 9f94db6c82
83 changed files with 839 additions and 295 deletions

View File

@@ -33,7 +33,7 @@ CExportGameDialog::CExportGameDialog(const QString& rkIsoPath, const QString& rk
mpUI->setupUi(this);
// Set up disc
mpDisc = nod::OpenDiscFromImage(TO_WCHAR(rkIsoPath)).release();
mpDisc = nod::OpenDiscFromImage(QStringToNodString(rkIsoPath)).release();
if (ValidateGame())
{