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:
parent
a1be2963ce
commit
145d1a686b
1 changed files with 4 additions and 0 deletions
|
@ -134,6 +134,10 @@ void LauncherWindow::readInitialInformation() {
|
||||||
|
|
||||||
bootVersion = readVersion(gamePath + "/boot/ffxivboot.ver");
|
bootVersion = readVersion(gamePath + "/boot/ffxivboot.ver");
|
||||||
gameVersion = readVersion(gamePath + "/game/ffxivgame.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) :
|
LauncherWindow::LauncherWindow(QWidget* parent) :
|
||||||
|
|
Loading…
Add table
Reference in a new issue