Compare commits

...

4 Commits

Author SHA1 Message Date
Andrew Eikum
0dfaeaff47 update wine 2021-01-20 15:13:57 -06:00
Simon McVittie
0dfe5cf881 gitmodules: Consistently remove trailing slash
The forms with or without a trailing slash are interchangeable via https,
but the form with a trailing slash doesn't work if you have git configured
to always access Github repositories via ssh, using something like:

    git config --global url."git+ssh://git@github.com/".insteadOf "https://github.com/"

Signed-off-by: Simon McVittie <smcv@collabora.com>
2021-01-19 08:45:20 -06:00
Andrew Eikum
198b129fed update wine 2021-01-15 09:51:11 -06:00
Andrew Eikum
9a4c4f405e proton: Don't disable mfplay 2021-01-15 08:30:26 -06:00
3 changed files with 4 additions and 5 deletions

6
.gitmodules vendored
View File

@ -1,9 +1,9 @@
[submodule "wine"] [submodule "wine"]
path = wine path = wine
url = https://github.com/ValveSoftware/wine/ url = https://github.com/ValveSoftware/wine
[submodule "dxvk"] [submodule "dxvk"]
path = dxvk path = dxvk
url = https://github.com/ValveSoftware/dxvk/ url = https://github.com/ValveSoftware/dxvk
[submodule "openvr"] [submodule "openvr"]
path = openvr path = openvr
url = https://github.com/ValveSoftware/openvr url = https://github.com/ValveSoftware/openvr
@ -12,7 +12,7 @@
url = https://github.com/liberationfonts/liberation-fonts url = https://github.com/liberationfonts/liberation-fonts
[submodule "FAudio"] [submodule "FAudio"]
path = FAudio path = FAudio
url = https://github.com/FNA-XNA/FAudio/ url = https://github.com/FNA-XNA/FAudio
[submodule "gstreamer"] [submodule "gstreamer"]
path = gstreamer path = gstreamer
url = https://gitlab.freedesktop.org/gstreamer/gstreamer.git url = https://gitlab.freedesktop.org/gstreamer/gstreamer.git

1
proton
View File

@ -606,7 +606,6 @@ class Session:
self.dlloverrides = { self.dlloverrides = {
"steam.exe": "b", #always use our special built-in steam.exe "steam.exe": "b", #always use our special built-in steam.exe
"dotnetfx35.exe": "b", #replace the broken installer, as does Windows "dotnetfx35.exe": "b", #replace the broken installer, as does Windows
"mfplay": "n" #disable built-in mfplay
} }
self.compat_config = set() self.compat_config = set()

2
wine

@ -1 +1 @@
Subproject commit 2117f849363107537dfc954451ed96237b5b3f9d Subproject commit f68a5045d31aa9b7beff588f3ecf11310841a605