1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-23 12:57:45 +00:00

Fix gamemode build error

This commit is contained in:
Joshua Goins 2023-07-30 09:02:24 -04:00
parent 16420b7421
commit 42df874078

View file

@ -206,7 +206,7 @@ void LauncherCore::launchExecutable(const Profile &profile, QProcess *process, c
#endif #endif
#ifdef ENABLE_GAMEMODE #ifdef ENABLE_GAMEMODE
if (isGame && profile.useGamemode) { if (isGame && profile.gamemodeEnabled()) {
gamemode_request_start(); gamemode_request_start();
} }
#endif #endif