From 319fe957f7944013d4fd7e4176ed7b3a69239bdd Mon Sep 17 00:00:00 2001 From: redstrate Date: Mon, 1 Nov 2021 16:29:46 -0400 Subject: [PATCH] Remove DXVK hud --- src/xivlauncher.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/xivlauncher.cpp b/src/xivlauncher.cpp index 037db9a..04ebf31 100755 --- a/src/xivlauncher.cpp +++ b/src/xivlauncher.cpp @@ -65,7 +65,6 @@ void LauncherWindow::launch(const LoginAuth auth) { arguments.push_back("wine"); QStringList env = QProcess::systemEnvironment(); - env << "DXVK_HUD=full"; if(useEsync) { env << "WINEESYNC=1";