diff --git a/src/yuzu/migration_worker.cpp b/src/yuzu/migration_worker.cpp index 172691e28e..8648d69b2b 100644 --- a/src/yuzu/migration_worker.cpp +++ b/src/yuzu/migration_worker.cpp @@ -111,7 +111,7 @@ void MigrationWorker::process() success_text.append(tr("\n\nIf you wish to clean up the files which were left in the old " "data location, you can do so by deleting the following directory:\n" "%1") - .arg(QString::fromStdString(legacy_user_dir))); + .arg(QString::fromStdString(legacy_user_dir.string()))); break; }