launch game

This commit is contained in:
2023-10-28 18:19:18 +08:00
parent 0640761299
commit e465bc913d
9 changed files with 395 additions and 46 deletions

View File

@ -183,7 +183,7 @@ class ToolsUIModel extends BaseUIModel {
return;
}
scInstallPaths = await SCLoggerHelper.getGameInstallPath(listData,
checkExists: false, withVersion: ["LIVE", "PTU", "EPTU"]);
checkExists: false, withVersion: ["LIVE", "PTU", "EVO"]);
if (scInstallPaths.isNotEmpty) {
scInstalledPath = scInstallPaths.first;
}