1
Fork 0
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:
Joshua Goins 2023-07-31 19:23:28 -04:00
parent 2fe5dbf5a9
commit a656363642

View file

@ -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";