mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-23 04:57:44 +00:00
Remove hardcoded DXVK_HUD
This commit is contained in:
parent
8d4ee7b19d
commit
386aeda14f
1 changed files with 0 additions and 4 deletions
|
@ -230,7 +230,6 @@ void GameRunner::launchExecutable(const Profile &profile, QProcess *process, con
|
|||
const QString logDir = Utility::stateDirectory().absoluteFilePath(QStringLiteral("log"));
|
||||
|
||||
env.insert(QStringLiteral("DXVK_LOG_PATH"), logDir);
|
||||
env.insert(QStringLiteral("DXVK_HUD"), QStringLiteral("full"));
|
||||
#endif
|
||||
|
||||
#if defined(Q_OS_MAC) || defined(Q_OS_LINUX)
|
||||
|
@ -253,9 +252,6 @@ void GameRunner::launchExecutable(const Profile &profile, QProcess *process, con
|
|||
|
||||
process->setProcessEnvironment(env);
|
||||
|
||||
qInfo() << env.toStringList();
|
||||
qInfo() << executable << arguments;
|
||||
|
||||
process->start(executable, arguments);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue