1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-21 20:27:45 +00:00

Update libxiv

This commit is contained in:
Joshua Goins 2022-06-23 14:27:55 -04:00
parent c5bf4f2c80
commit 0c08d59fd3
2 changed files with 2 additions and 2 deletions

2
external/libxiv vendored

@ -1 +1 @@
Subproject commit 3c97ccd4eda77744346d6d30c6a0605b6c770f7f Subproject commit 0282848b1f6378645428a055590f47c0829912dc

View file

@ -497,7 +497,7 @@ void LauncherCore::readWineInfo(ProfileSettings& profile) {
void LauncherCore::readGameVersion() { void LauncherCore::readGameVersion() {
for(auto& profile : profileSettings) { 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); auto sqpackDirectories = QDir(profile->gamePath + "/game/sqpack/").entryList(QDir::Filter::Dirs | QDir::Filter::NoDotAndDotDot);
profile->gameVersions.resize(sqpackDirectories.size()); profile->gameVersions.resize(sqpackDirectories.size());