This commit is contained in:
Mathieu Comandon 2024-03-01 02:29:18 -08:00
parent 82b44a4cc2
commit 7c4bed7ce5

View file

@ -1172,7 +1172,6 @@ class wine(Runner):
def get_command(self):
exe = self.get_executable()
ulwgl_path = system.find_executable("ulwgl-run")
if proton.is_proton_path(exe):
ulwgl_path = proton.get_ulwgl_path()
if ulwgl_path: