mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-23 12:57:45 +00:00
Set a "launching game..." stage message
This commit is contained in:
parent
2fe5dbf5a9
commit
a656363642
1 changed files with 2 additions and 0 deletions
|
@ -66,6 +66,8 @@ void LauncherCore::launchGame(const Profile &profile, const LoginAuth &auth)
|
|||
|
||||
void LauncherCore::beginGameExecutable(const Profile &profile, const LoginAuth &auth)
|
||||
{
|
||||
Q_EMIT stageChanged("Launching game...");
|
||||
|
||||
QString gameExectuable;
|
||||
if (profile.directx9Enabled()) {
|
||||
gameExectuable = profile.gamePath() + "/game/ffxiv.exe";
|
||||
|
|
Loading…
Add table
Reference in a new issue