From 0c08d59fd301409fcd584e2025f09270ecb907b7 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Thu, 23 Jun 2022 14:27:55 -0400 Subject: [PATCH] Update libxiv --- external/libxiv | 2 +- launcher/core/src/launchercore.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/external/libxiv b/external/libxiv index 3c97ccd..0282848 160000 --- a/external/libxiv +++ b/external/libxiv @@ -1 +1 @@ -Subproject commit 3c97ccd4eda77744346d6d30c6a0605b6c770f7f +Subproject commit 0282848b1f6378645428a055590f47c0829912dc diff --git a/launcher/core/src/launchercore.cpp b/launcher/core/src/launchercore.cpp index 697a330..5aa2b47 100755 --- a/launcher/core/src/launchercore.cpp +++ b/launcher/core/src/launchercore.cpp @@ -497,7 +497,7 @@ void LauncherCore::readWineInfo(ProfileSettings& profile) { void LauncherCore::readGameVersion() { for(auto& profile : profileSettings) { - profile.bootVersion = readVersion(profile.gamePath + "/boot/ffxivboot.ver"); + profile->bootVersion = readVersion(profile->gamePath + "/boot/ffxivboot.ver"); auto sqpackDirectories = QDir(profile->gamePath + "/game/sqpack/").entryList(QDir::Filter::Dirs | QDir::Filter::NoDotAndDotDot); profile->gameVersions.resize(sqpackDirectories.size());