1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-22 12:47:44 +00:00

Remove DXVK hud

This commit is contained in:
redstrate 2021-11-01 16:29:46 -04:00
parent 1730b3c430
commit 319fe957f7

View file

@ -65,7 +65,6 @@ void LauncherWindow::launch(const LoginAuth auth) {
arguments.push_back("wine"); arguments.push_back("wine");
QStringList env = QProcess::systemEnvironment(); QStringList env = QProcess::systemEnvironment();
env << "DXVK_HUD=full";
if(useEsync) { if(useEsync) {
env << "WINEESYNC=1"; env << "WINEESYNC=1";