1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-20 11:47:46 +00:00

Read wine options at boot

This commit is contained in:
redstrate 2021-11-02 08:50:14 -04:00
parent a1be2963ce
commit 145d1a686b

View file

@ -134,6 +134,10 @@ void LauncherWindow::readInitialInformation() {
bootVersion = readVersion(gamePath + "/boot/ffxivboot.ver");
gameVersion = readVersion(gamePath + "/game/ffxivgame.ver");
useEsync = settings.value("useEsync", false).toBool();
useGamemode = settings.value("useGamemode", false).toBool();
useGamescope = settings.value("useGamescope", false).toBool();
}
LauncherWindow::LauncherWindow(QWidget* parent) :